Use the lea instruction to reduce number of "inc"s
[ipdf/code.git] / src / stb_truetype.cpp
1 #define STB_TRUETYPE_IMPLEMENTATION
2
3 #define STBTT_malloc(x,u)    malloc(x)
4 #define STBTT_free(x,u)      free(x)
5 #define STBTT_assert(...)    do {} while(0)
6
7 #include "stb_truetype.h"

UCC git Repository :: git.ucc.asn.au