ddnet/src/engine/client/graphics_defines.h

13 lines
238 B
C
Raw Normal View History

2021-05-01 21:33:42 +00:00
#ifndef ENGINE_CLIENT_GRAPHICS_DEFINES_H
#define ENGINE_CLIENT_GRAPHICS_DEFINES_H
#include <stddef.h>
#include <stdint.h>
typedef uint32_t TWGLuint;
typedef int32_t TWGLint;
typedef uint32_t TWGLenum;
typedef uint8_t TWGLubyte;
#endif