diff -r 11f23fabf8a6 -r 03e4d9db3fd9 src/types.h --- /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 + +static const std::nullptr_t null = nullptr; + +#endif // BOTC_TYPES_H \ No newline at end of file