OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Macros
stb.cpp File Reference

stb implementation More...

#include "global.h"
#include "stb/stb_image.h"
#include "stb/stb_image_write.h"
#include "stb/stb_rect_pack.h"
#include "stb/stb_truetype.h"
Include dependency graph for stb.cpp:

Go to the source code of this file.

Macros

#define STB_IMAGE_IMPLEMENTATION
 
#define STBI_ASSERT(x)   assert(x)
 
#define STB_IMAGE_WRITE_IMPLEMENTATION
 
#define STB_RECT_PACK_IMPLEMENTATION
 
#define STBRP_ASSERT   assert
 
#define STB_TRUETYPE_IMPLEMENTATION
 
#define STBTT_assert(x)   assert(x)
 

Detailed Description

stb implementation

Author
xythobuz

Definition in file stb.cpp.

Macro Definition Documentation

#define STB_IMAGE_IMPLEMENTATION

Definition at line 10 of file stb.cpp.

#define STBI_ASSERT (   x)    assert(x)

Definition at line 11 of file stb.cpp.

#define STB_IMAGE_WRITE_IMPLEMENTATION

Definition at line 14 of file stb.cpp.

#define STB_RECT_PACK_IMPLEMENTATION

Definition at line 17 of file stb.cpp.

#define STBRP_ASSERT   assert

Definition at line 18 of file stb.cpp.

#define STB_TRUETYPE_IMPLEMENTATION

Definition at line 21 of file stb.cpp.

#define STBTT_assert (   x)    assert(x)

Definition at line 22 of file stb.cpp.