include glfw and glew in pch?
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#ifndef ARCHIMEDES_H
|
#ifndef ARCHIMEDES_H
|
||||||
#define ARCHIMEDES_H
|
#define ARCHIMEDES_H
|
||||||
|
|
||||||
#include "../src/Module.h"
|
#include "Module.h"
|
||||||
#include "../src/GuiModule.h"
|
#include "GuiModule.h"
|
||||||
#include "../src/App.h"
|
#include "App.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
#include "Archimedes.h"
|
#include "Archimedes.h"
|
||||||
|
|
||||||
#define GLEW_STATIC
|
|
||||||
#include <GL/glew.h>
|
|
||||||
#include <GLFW/glfw3.h>
|
|
||||||
|
|
||||||
class Window {
|
class Window {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
|
||||||
|
#define GLEW_STATIC
|
||||||
|
#include <GL/glew.h>
|
||||||
|
#include <GLFW/glfw3.h>
|
||||||
//#include <chrono>
|
//#include <chrono>
|
||||||
//#include <thread>
|
//#include <thread>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user