refactoring layout loader

This commit is contained in:
2017-01-26 23:57:05 +00:00
parent 5ae77ee4ac
commit 81494cca6e
3 changed files with 329 additions and 43 deletions

View File

@@ -5,6 +5,7 @@
#include <sys/stat.h>
#elif _WIN32
#define _USE_MATH_DEFINES
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <gl\glew.h>
#include <gl\wglew.h>