summaryrefslogtreecommitdiff
path: root/include/pso/TObject.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-01 18:50:52 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-01 18:50:52 -0400
commitb76cd375d2536bb3e0d4ea807c1137f9c6ccda37 (patch)
tree5637f2f1b263f8608587b3a38f44a9648357da04 /include/pso/TObject.h
parent9fa0a7f1da1b70bee995f53c6c96c43189018772 (diff)
types: Rename `types.h` to `global_types.h`
Diffstat (limited to 'include/pso/TObject.h')
-rw-r--r--include/pso/TObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pso/TObject.h b/include/pso/TObject.h
index b5f7dee..8532d5a 100644
--- a/include/pso/TObject.h
+++ b/include/pso/TObject.h
@@ -2,7 +2,7 @@
#define TOBJECT_H
#include "pso/macros.h"
-#include "types.h"
+#include <global_types.h>
OBJECT_NAME(TObject)