emgui: case sensitivity fixes
Make it compile on linux where filenames are case sensitive
This commit is contained in:
parent
3e9ac64cfb
commit
2599b291b2
@ -1,8 +1,8 @@
|
|||||||
#include "emgui.h"
|
#include "Emgui.h"
|
||||||
#include "emgui_internal.h"
|
#include "Emgui_internal.h"
|
||||||
#include "memory/LinearAllocator.h"
|
#include "memory/LinearAllocator.h"
|
||||||
#include "GFXBackend.h"
|
#include "GFXBackend.h"
|
||||||
#include "MicroKnightFont.h"
|
#include "MicroknightFont.h"
|
||||||
#include "External/stb_truetype.h"
|
#include "External/stb_truetype.h"
|
||||||
#include "External/stb_image.h"
|
#include "External/stb_image.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#ifndef EMGUI_INTERNAL_H_
|
#ifndef EMGUI_INTERNAL_H_
|
||||||
#define EMGUI_INTERNAL_H_
|
#define EMGUI_INTERNAL_H_
|
||||||
|
|
||||||
#include <emgui/emgui.h>
|
#include <emgui/Emgui.h>
|
||||||
#include "emgui_internal.h"
|
#include "Emgui_internal.h"
|
||||||
#include "External/stb_truetype.h"
|
#include "External/stb_truetype.h"
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#include "../GFXBackend.h"
|
#include "../GFXBackend.h"
|
||||||
#include "../emgui_internal.h"
|
#include "../Emgui_internal.h"
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include <OpenGL/OpenGL.h>
|
#include <OpenGL/OpenGL.h>
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user