CLOUD: Init SDL_Net
This commit is contained in:
parent
e2b3a9366e
commit
9f7bea156a
2 changed files with 25 additions and 0 deletions
|
@ -81,6 +81,9 @@ public:
|
|||
protected:
|
||||
bool _inited;
|
||||
bool _initedSDL;
|
||||
#ifdef USE_SDL_NET
|
||||
bool _initedSDLnet;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Mixer manager that configures and setups SDL for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue