Changeset c324d6a in opengl-game for new-game.cpp


Ignore:
Timestamp:
Jan 2, 2021, 4:07:45 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl, master
Children:
3b7d497, ca188cc
Parents:
a2f62d7
Message:

Make some minor updates to VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    ra2f62d7 rc324d6a  
    88#include <glm/gtc/type_ptr.hpp>
    99
     10#include <GL/glew.h>
     11#include <GLFW/glfw3.h>
     12
    1013#include "IMGUI/imgui.h"
    1114#include "IMGUI/imgui_impl_glfw.h"
    1215#include "IMGUI/imgui_impl_opengl3.h"
    13 
    14 #include <GL/glew.h>
    15 #include <GLFW/glfw3.h>
    1616
    1717#include <cstdio>
Note: See TracChangeset for help on using the changeset viewer.