src/types.h

changeset 72
03e4d9db3fd9
child 73
1ee9b312dc18
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/types.h	Fri Jan 10 21:58:42 2014 +0200
@@ -0,0 +1,8 @@
+#ifndef BOTC_TYPES_H
+#define BOTC_TYPES_H
+
+#include <cstdlib>
+
+static const std::nullptr_t null = nullptr;
+
+#endif // BOTC_TYPES_H
\ No newline at end of file

mercurial