mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
SDL platform improvements
This commit is contained in:
parent
d20b53b187
commit
8e191b074b
101 changed files with 37801 additions and 68 deletions
|
@ -10,6 +10,11 @@
|
|||
|
||||
#define BF_IMPORT extern "C"
|
||||
|
||||
#if (defined(__arm__) || defined(__aarch64__))
|
||||
#define BF_PLATFORM_OPENGL_ES2
|
||||
#define BF_PLATFORM_ARM
|
||||
#endif
|
||||
|
||||
#ifdef BFSYSLIB_DYNAMIC
|
||||
#define BF_EXPORT extern "C"
|
||||
#define BF_CALLTYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue