stb_truetype - remove duplicate definition
This commit is contained in:
parent
ee0ebfc79b
commit
76ec599c68
@ -31,19 +31,19 @@
|
|||||||
//
|
//
|
||||||
// Bug/warning reports/fixes:
|
// Bug/warning reports/fixes:
|
||||||
// "Zer" on mollyrocket Fabian "ryg" Giesen
|
// "Zer" on mollyrocket Fabian "ryg" Giesen
|
||||||
// Cass Everitt Martins Mozeiko
|
// Cass Everitt Martins Mozeiko
|
||||||
// stoiko (Haemimont Games) Cap Petschulat
|
// stoiko (Haemimont Games) Cap Petschulat
|
||||||
// Brian Hook Omar Cornut
|
// Brian Hook Omar Cornut
|
||||||
// Walter van Niftrik github:aloucks
|
// Walter van Niftrik github:aloucks
|
||||||
// David Gow Peter LaValle
|
// David Gow Peter LaValle
|
||||||
// David Given Sergey Popov
|
// David Given Sergey Popov
|
||||||
// Ivan-Assen Ivanov Giumo X. Clanjor
|
// Ivan-Assen Ivanov Giumo X. Clanjor
|
||||||
// Anthony Pesch Higor Euripedes
|
// Anthony Pesch Higor Euripedes
|
||||||
// Johan Duparc Thomas Fields
|
// Johan Duparc Thomas Fields
|
||||||
// Hou Qiming Derek Vinyard
|
// Hou Qiming Derek Vinyard
|
||||||
// Rob Loach Cort Stratton
|
// Rob Loach Cort Stratton
|
||||||
// Kenney Phillis Jr. github:oyvindjam
|
// Kenney Phillis Jr. github:oyvindjam
|
||||||
//
|
// github:vassvik
|
||||||
//
|
//
|
||||||
// VERSION HISTORY
|
// VERSION HISTORY
|
||||||
//
|
//
|
||||||
@ -418,11 +418,6 @@ int main(int arg, char **argv)
|
|||||||
#define STBTT_fabs(x) fabs(x)
|
#define STBTT_fabs(x) fabs(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STBTT_fabs
|
|
||||||
#include <math.h>
|
|
||||||
#define STBTT_fabs(x) fabs(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
|
// #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
|
||||||
#ifndef STBTT_malloc
|
#ifndef STBTT_malloc
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user