aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2017-11-19 15:06:56 +0000
committergingerBill <bill@gingerbill.org>2017-11-19 15:06:56 +0000
commitcec9f7abfe55a70fc7e56960eda1870aee596cbb (patch)
treec29bf4b61514704af30a36d09967f8c0e57a04a4 /src/common.cpp
parent284a9cd4c3f22be3b66b0a45406a0ea10fe508bf (diff)
Add `-debug` command (still in development)
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 22e94ed84..9fee2fb19 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -112,6 +112,8 @@ u128 fnv128a(void const *data, isize len) {
return h;
}
+
+
#include "map.cpp"
#include "ptr_set.cpp"
#include "string_set.cpp"