mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 13:25:36 +00:00
Merge pull request #432 from Azaezel/alpha40/sdlwebGeneralization
sdl usage standards proposal 3
This commit is contained in:
commit
a0ba345095
5 changed files with 41 additions and 3 deletions
|
|
@ -197,3 +197,8 @@
|
|||
#else
|
||||
# define TORQUE_INSTANCE_EXCLUSION "TorqueTest"
|
||||
#endif
|
||||
|
||||
//use sdl backend?
|
||||
#if defined(TORQUE_SDL)
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue