Aolis Engine  0.1.0_alpha1
Adventure Game Engine
 All Classes Files Functions Variables
display.h
1 #ifndef AOLIS_DISPLAY_H
2 #define AOLIS_DISPLAY_H
3 
4 #include <SDL2/SDL.h>
5 
13 int loadDisplay(const char* title);
14 
20 int freeDisplay();
21 
27 SDL_Window* getDisplay();
28 
33 SDL_Renderer* getRenderer();
34 
35 #endif /* AOLIS_DISPLAY_H */