mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +02:00
- fix compilation of freetype-gl font system
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include "texture-atlas.h"
|
||||
|
||||
#define max(a,b) (a)>(b)?(a):(b)
|
||||
|
Reference in New Issue
Block a user