aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/map_asset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/map_asset.cpp')
-rw-r--r--src/crepe/api/map_asset.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/crepe/api/map_asset.cpp b/src/crepe/api/map_asset.cpp
deleted file mode 100644
index bbabe2b..0000000
--- a/src/crepe/api/map_asset.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-#include "map_asset.h"
-
-Map::Map(const std::string& content){
- this->m_content = content;
-}
-
-Map::~Map(){
-}