Add subsystem init calls

Dmitry Marakasov 2014-08-04 16:22:38 +04:00
parent fb187813d5
commit 5c45a8f351

@ -3,8 +3,8 @@
| ☑ | Function | libSDLpp method(s) / Notes |
|:-:|--------------------------------|----------------------------|
| ☑ | SDL_Init | SDL::SDL() |
| ☐ | SDL_InitSubSystem | |
| ☑ | SDL_InitSubSystem | SDL::InitSubSystem() |
| ☑ | SDL_Quit | SDL::~SDL() |
| ☐ | SDL_QuitSubSystem | |
| ☑ | SDL_QuitSubSystem | SDL::QuitSubSystem() |
| ☐ | SDL_SetMainReady | |
| ☐ | SDL_WasInit | |
| ☑ | SDL_WasInit | SDL::WasInit() |