gearlib/include/types.h

9 lines
98 B
C
Raw Normal View History

2024-04-29 22:41:13 +12:00
#ifndef __TYPES_H__
#define __TYPES_H__
#include <opengl.h>
typedef GLFWwindow* Window;
#endif