aboutsummaryrefslogtreecommitdiff
path: root/src/shared/util
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2018-06-28 16:05:26 -0600
committerAlexander Pickering <alex@cogarr.net>2018-06-28 16:05:26 -0600
commitef25a513437196a3ea9ee45e6e03565eb86067d2 (patch)
treeacd43d214f9a7ec96e7fcd66097fd13593dd8f38 /src/shared/util
parent2260a1dda8693664c77a03781ae07fbb5f0ea8a0 (diff)
downloadbrokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.tar.gz
brokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.tar.bz2
brokengine-ef25a513437196a3ea9ee45e6e03565eb86067d2.zip
Simplified makefile
Made makefile much simpiler, added option to build dynamically with DEBUG=true
Diffstat (limited to 'src/shared/util')
-rw-r--r--src/shared/util/hashmap.cpp (renamed from src/shared/util/hashmap.c)2
-rw-r--r--src/shared/util/hashmap.hpp (renamed from src/shared/util/hashmap.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util/hashmap.c b/src/shared/util/hashmap.cpp
index f91e743..9d7ac71 100644
--- a/src/shared/util/hashmap.c
+++ b/src/shared/util/hashmap.cpp
@@ -1,7 +1,7 @@
/*
* Generic map implementation.
*/
-#include "hashmap.h"
+#include "hashmap.hpp"
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/shared/util/hashmap.h b/src/shared/util/hashmap.hpp
index 16c76dd..16c76dd 100644
--- a/src/shared/util/hashmap.h
+++ b/src/shared/util/hashmap.hpp