separate glfw and glew
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
#include "App.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
if(!glfwInit()) {
|
||||
std::cout << "Still no glfw!\n";
|
||||
std::abort();
|
||||
}
|
||||
App app(argc, argv);
|
||||
app.run();
|
||||
}
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
#include <list>
|
||||
|
||||
|
||||
#define GLEW_STATIC
|
||||
#include <GL/glew.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
//#include <chrono>
|
||||
//#include <thread>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user