[+] RGB!!

This commit is contained in:
2023-11-25 04:36:03 -05:00
parent cd6986191a
commit c96195c799
4 changed files with 57 additions and 12 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