diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-01 18:50:52 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-01 18:50:52 -0400 |
commit | b76cd375d2536bb3e0d4ea807c1137f9c6ccda37 (patch) | |
tree | 5637f2f1b263f8608587b3a38f44a9648357da04 /include/pso | |
parent | 9fa0a7f1da1b70bee995f53c6c96c43189018772 (diff) |
types: Rename `types.h` to `global_types.h`
Diffstat (limited to 'include/pso')
-rw-r--r-- | include/pso/TObject.h | 2 |
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) |