consolidate files into btgui/OpenGLWindow (from FontFiles/OpenGLTrueTypeFont)
consolidate stringify_linux/_osx into stringify.sh
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include "OpenGLTrueTypeFont/fontstash.h"
|
||||
#include "OpenGLTrueTypeFont/opengl_fontstashcallbacks.h"
|
||||
#include "OpenGLWindow/fontstash.h"
|
||||
#include "OpenGLWindow/opengl_fontstashcallbacks.h"
|
||||
#include "gwenUserInterface.h"
|
||||
|
||||
#include "../btgui/Timing/b3Quickprof.h"
|
||||
@@ -459,7 +459,7 @@ void myprintf(const char* msg)
|
||||
|
||||
|
||||
//#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "OpenGLTrueTypeFont/stb_image_write.h"
|
||||
#include "OpenGLWindow/stb_image_write.h"
|
||||
void writeTextureToPng(int textureWidth, int textureHeight, const char* fileName)
|
||||
{
|
||||
int numComponents = 4;
|
||||
|
||||
@@ -43,11 +43,11 @@ files {
|
||||
"../../btgui/OpenGLWindow/TwFonts.h",
|
||||
"../../btgui/OpenGLWindow/GLRenderToTexture.cpp",
|
||||
"../../btgui/OpenGLWindow/GLRenderToTexture.h",
|
||||
"../../btgui/OpenGLTrueTypeFont/fontstash.cpp",
|
||||
"../../btgui/OpenGLTrueTypeFont/fontstash.h",
|
||||
"../../btgui/OpenGLTrueTypeFont/opengl_fontstashcallbacks.cpp",
|
||||
"../../btgui/OpenGLTrueTypeFont/opengl_fontstashcallbacks.h",
|
||||
"../../btgui/FontFiles/OpenSans.cpp",
|
||||
"../../btgui/OpenGLWindow/fontstash.cpp",
|
||||
"../../btgui/OpenGLWindow/fontstash.h",
|
||||
"../../btgui/OpenGLWindow/opengl_fontstashcallbacks.cpp",
|
||||
"../../btgui/OpenGLWindow/opengl_fontstashcallbacks.h",
|
||||
"../../btgui/OpenGLWindow/OpenSans.cpp",
|
||||
"../../btgui/stb_image/stb_image.cpp",
|
||||
"../../btgui/stb_image/stb_image.h",
|
||||
"../../btgui/Timing/b3Quickprof.cpp",
|
||||
|
||||
Reference in New Issue
Block a user