9 lines
98 B
C
9 lines
98 B
C
|
#ifndef __TYPES_H__
|
||
|
#define __TYPES_H__
|
||
|
|
||
|
#include <opengl.h>
|
||
|
|
||
|
typedef GLFWwindow* Window;
|
||
|
|
||
|
#endif
|