GIGA REFACTOR
This commit is contained in:
@@ -11,19 +11,19 @@
|
||||
|
||||
namespace Display {
|
||||
|
||||
bool create();
|
||||
void render();
|
||||
void update();
|
||||
void destroy();
|
||||
void pollEvents();
|
||||
bool Create();
|
||||
void Render();
|
||||
void Update();
|
||||
void Destroy();
|
||||
void PollEvents();
|
||||
|
||||
bool isCloseRequested();
|
||||
bool IsCloseRequested();
|
||||
|
||||
bool isMouseDown(int button);
|
||||
bool IsMouseDown(int button);
|
||||
|
||||
float getAspectRatio();
|
||||
int getWindowWidth();
|
||||
int getWindowHeight();
|
||||
float GetAspectRatio();
|
||||
int GetWindowWidth();
|
||||
int GetWindowHeight();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user