[M] Move files

This commit is contained in:
2023-11-25 13:29:49 -05:00
parent 2d51d2c7ce
commit 202a991805
3 changed files with 0 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef TYPES_H
#define TYPES_H
#define u8 uint8_t
#define u16 uint16_t
#define u32 uint32_t
#define s8 int8_t
#define s16 int16_t
#define s32 int32_t
#define f32 float
#define f64 double
#endif //TYPES_H