add a lib for rendering text in sdl2 and rules to make in makefile
This commit is contained in:
9
SDL2_ttf/external/harfbuzz/config.h
vendored
Normal file
9
SDL2_ttf/external/harfbuzz/config.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#if defined(_WIN32)
|
||||
# include "config_sdl_win32.h"
|
||||
|
||||
#elif defined(__APPLE__) || defined(__ANDROID__) || defined(__unix__)
|
||||
# include "config_sdl_unix.h"
|
||||
|
||||
#else
|
||||
#error generate a harfbuzz config for your platform
|
||||
#endif
|
||||
Reference in New Issue
Block a user