Graphics refactor finished
This commit is contained in:
parent
37b4993b70
commit
476da8bb92
12 changed files with 114 additions and 110 deletions
|
|
@ -18,8 +18,6 @@ namespace tp {
|
|||
virtual ~Application();
|
||||
|
||||
protected:
|
||||
Window* mWindow = nullptr;
|
||||
|
||||
bool mInitialized = false;
|
||||
|
||||
ualni mDrawPerSecond = 60;
|
||||
|
|
@ -34,5 +32,8 @@ namespace tp {
|
|||
|
||||
halnf mFramesProcessed = 0;
|
||||
halnf mFramesDrawn = 0;
|
||||
|
||||
Graphics* mGraphics = nullptr;
|
||||
Window* mWindow = nullptr;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue