From 157dd9901bbbdda5b50bcfcf652236c7ef1de6c4 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 29 Jan 2023 11:58:11 -0400 Subject: TObject: Use `types.h` to get the typedefs --- include/pso/TObject.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/pso/TObject.h') 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) -- cgit v1.2.3-13-gbd6f