Examples: SDL+GL2: Renamed imgui_impl_sdl.* to imgui_impl_sdl_gl2.* for consistency and to emphasis on GL2-ness.

This commit is contained in:
omar
2018-01-19 09:45:27 +01:00
parent 15fd5b6c4c
commit 79dca9d5e6
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
// See imgui_impl_sdl.cpp for details.
#include <imgui.h>
#include "imgui_impl_sdl.h"
#include "imgui_impl_sdl_gl2.h"
#include <stdio.h>
#include <SDL.h>
#include <SDL_opengl.h>