Graphics Animations & Renaming
This commit is contained in:
parent
1e2ca13a15
commit
41f7d978a9
15 changed files with 718 additions and 318 deletions
10
Graphics/public/GraphicsCommon.hpp
Normal file
10
Graphics/public/GraphicsCommon.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "Strings.hpp"
|
||||
#include "Rect.hpp"
|
||||
#include "Color.hpp"
|
||||
#include "Timing.hpp"
|
||||
|
||||
namespace tp {
|
||||
extern ModuleManifest gModuleGraphics;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue