| 1 | #ifndef ENGINE_CLIENT_GRAPHICS_DEFINES_H |
|---|---|
| 2 | #define ENGINE_CLIENT_GRAPHICS_DEFINES_H |
| 3 | |
| 4 | #include <cstddef> |
| 5 | #include <cstdint> |
| 6 | |
| 7 | typedef uint32_t TWGLuint; |
| 8 | typedef int32_t TWGLint; |
| 9 | typedef uint32_t TWGLenum; |
| 10 | typedef uint8_t TWGLubyte; |
| 11 | |
| 12 | #endif |
| 13 |