Changeset 22b2c37 in opengl-game for new-game.cpp
- Timestamp:
- Jul 21, 2017, 3:10:08 AM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 21de283
- Parents:
- 644a2e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
new-game.cpp
r644a2e4 r22b2c37 1 #include <cstdio> 2 #include <iostream> 1 #include "logger.h" 3 2 4 3 #include <GL/glew.h> 5 4 #include <GLFW/glfw3.h> 5 6 #include <cstdio> 7 #include <iostream> 6 8 7 9 using namespace std; … … 9 11 int main(int argc, char* argv[]) { 10 12 cout << "New OpenGL Game" << endl; 13 14 restart_gl_log(); 11 15 12 16 if (!glfwInit()) {
Note:
See TracChangeset
for help on using the changeset viewer.