Window with own structure
This commit is contained in:
9
first_app.cpp
Normal file
9
first_app.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "first_app.hpp"
|
||||
|
||||
namespace cve {
|
||||
void FirstApp::run() {
|
||||
while (!cveWindow.shouldClose()) {
|
||||
glfwPollEvents();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user