Reorganize external libraries - BREAKING CHANGE -

Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
This commit is contained in:
Ray 2016-06-06 14:34:43 +02:00
parent 688045307a
commit 29d505c98e
39 changed files with 28 additions and 27 deletions

View file

@ -42,10 +42,11 @@
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_RPI)
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h" // Required for: stbi_write_png()
#include "external/stb_image_write.h" // Required for: stbi_write_png()
#endif
#include "tinfl.c"
#include "external/tinfl.c" // Required for: tinfl_decompress_mem_to_mem()
// NOTE: Deflate algorythm data decompression
//----------------------------------------------------------------------------------
// Global Variables Definition