Create Scratchpad

This commit is contained in:
Jaby
2022-09-05 17:37:40 +02:00
committed by Jaby
parent d7f4f45e3a
commit f525f8c28a
2 changed files with 7 additions and 6 deletions

View File

@@ -13,10 +13,4 @@
#else
#define __constexpr
#endif
//uint<real bits>_<used bits>b;
typedef uint8_t uint8_5b;
typedef uint8_t uint8_4b;
typedef uint8_t uint8_2b;
#endif //!__JABYENGINE_DEFINES__H