Fix include paths
This commit is contained in:
2
base.cpp
2
base.cpp
@@ -120,7 +120,7 @@ union Intern_String{ // Basically just String
|
|||||||
global String string_null = {(U8 *)"null", 4};
|
global String string_null = {(U8 *)"null", 4};
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#define STB_SPRINTF_IMPLEMENTATION
|
#define STB_SPRINTF_IMPLEMENTATION
|
||||||
#include "stb_sprintf.h"
|
#include "dependencies/stb_sprintf.h"
|
||||||
#define snprintf stbsp_snprintf
|
#define snprintf stbsp_snprintf
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#define STBI_ASSERT assert
|
#define STBI_ASSERT assert
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
#include "stb_image.h"
|
#include "dependencies/stb_image.h"
|
||||||
|
|
||||||
enum class Obj_Token_Type {
|
enum class Obj_Token_Type {
|
||||||
none, word, number, whitespace, end
|
none, word, number, whitespace, end
|
||||||
|
|||||||
Reference in New Issue
Block a user