comparison: src/types.h
src/types.h
- changeset 72
- 03e4d9db3fd9
- child 73
- 1ee9b312dc18
equal
deleted
inserted
replaced
|
1 #ifndef BOTC_TYPES_H |
|
2 #define BOTC_TYPES_H |
|
3 |
|
4 #include <cstdlib> |
|
5 |
|
6 static const std::nullptr_t null = nullptr; |
|
7 |
|
8 #endif // BOTC_TYPES_H |