Changeset c58ebc3 in opengl-game for imgui_example.cpp


Ignore:
Timestamp:
May 6, 2018, 10:21:20 PM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c1ca5b5
Parents:
54b6d6b
Message:

Create an IMGUI folder for the imgui library files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imgui_example.cpp

    r54b6d6b rc58ebc3  
    33// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
    44
    5 #include "imgui.h"
     5#include "IMGUI/imgui.h"
    66#include "imgui_impl_glfw_gl3.h"
    77#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.