Changeset 1099b95 in opengl-game for new-game.cpp
- Timestamp:
- Feb 27, 2018, 1:53:43 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 6f73e0c
- Parents:
- 33a9664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
new-game.cpp
r33a9664 r1099b95 3 3 #include "stb_image.h" 4 4 5 #define _USE_MATH_DEFINES 5 6 #define GLM_SWIZZLE 7 6 8 #include <glm/mat4x4.hpp> 7 9 #include <glm/gtc/matrix_transform.hpp> … … 14 16 #include <iostream> 15 17 #include <fstream> 16 17 #define _USE_MATH_DEFINES18 18 #include <cmath> 19 #include <string> 19 20 20 21 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.