gearlib/include/types.h
2024-04-29 22:41:13 +12:00

8 lines
98 B
C

#ifndef __TYPES_H__
#define __TYPES_H__
#include <opengl.h>
typedef GLFWwindow* Window;
#endif