aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2017-04-19 11:37:40 +0200
committerAlex Auvolat <alex@adnab.me>2017-04-19 11:37:40 +0200
commit8e88e765ee17296a85c5ae372471ed248ce321db (patch)
tree94c375f5ec15d215dac16c6f9e386f24283c07df /src/common
parent96da27494f89d75f8aec0c8894440c3f7482f54b (diff)
downloadkogata-8e88e765ee17296a85c5ae372471ed248ce321db.tar.gz
kogata-8e88e765ee17296a85c5ae372471ed248ce321db.zip
Mini reorganization
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include/assert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/include/assert.h b/src/common/include/assert.h
new file mode 100644
index 0000000..655d6f6
--- /dev/null
+++ b/src/common/include/assert.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <kogata/debug.h>
+
+/* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/