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