include/Spectre/Graphics.h: Adding getVersion()
This commit is contained in:
parent
93f869acc6
commit
a0949b981f
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ public :
|
||||||
|
|
||||||
void shutdown();
|
void shutdown();
|
||||||
|
|
||||||
|
std::string getVersion() const;
|
||||||
|
|
||||||
void setDisplayMode(Display::Mode mode);
|
void setDisplayMode(Display::Mode mode);
|
||||||
|
|
||||||
void setSize(int width, int height);
|
void setSize(int width, int height);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue