f57c972be0
Currently, this feature breaks a bunch of stuff :(. Have to get poseable to work with the objects.
10 lines
222 B
C
10 lines
222 B
C
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <GLEW/glew.h>
|
|
#include <GLFW/glfw3.h>
|
|
|
|
#pragma comment(lib, "glew32.lib")
|
|
#pragma comment(lib, "glfw3.lib")
|
|
#pragma comment(lib, "opengl32.lib")
|
|
#pragma comment(lib, "glu32.lib") |