summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/pso/TObject.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/pso/TObject.h b/include/pso/TObject.h
index a24b32a..74d7d1c 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -1,9 +1,6 @@
#pragma once
-typedef unsigned char u8;
-typedef unsigned short u16;
-typedef unsigned int u32;
+#include "types.h"
-#define NULL 0
#define OBJECT_NAMES \
o(TObject)