Merge pull request #432 from Azaezel/alpha40/sdlwebGeneralization

sdl usage standards proposal 3
This commit is contained in:
Brian Roberts 2021-01-02 11:09:52 -06:00 committed by GitHub
commit a0ba345095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 41 additions and 3 deletions

View file

@ -197,3 +197,8 @@
#else
# define TORQUE_INSTANCE_EXCLUSION "TorqueTest"
#endif
//use sdl backend?
#if defined(TORQUE_SDL)
#include <SDL.h>
#endif