Changeset 1099b95 in opengl-game for new-game.cpp


Ignore:
Timestamp:
Feb 27, 2018, 1:53:43 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
6f73e0c
Parents:
33a9664
Message:

Make the Windows build use static versions of glew and glfw3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r33a9664 r1099b95  
    33#include "stb_image.h"
    44
     5#define _USE_MATH_DEFINES
    56#define GLM_SWIZZLE
     7
    68#include <glm/mat4x4.hpp>
    79#include <glm/gtc/matrix_transform.hpp>
     
    1416#include <iostream>
    1517#include <fstream>
    16 
    17 #define _USE_MATH_DEFINES
    1818#include <cmath>
     19#include <string>
    1920
    2021using namespace std;
Note: See TracChangeset for help on using the changeset viewer.