#ifndef __TYPES_H__
#define __TYPES_H__

#include <opengl.h>

typedef GLFWwindow* Window;

#endif