Graphics Animations & Renaming
This commit is contained in:
parent
3a68e70f03
commit
5f186164a0
15 changed files with 718 additions and 318 deletions
6
Graphics/private/GraphicsCommon.cpp
Normal file
6
Graphics/private/GraphicsCommon.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "GraphicsCommon.hpp"
|
||||
|
||||
namespace tp {
|
||||
static ModuleManifest* deps[] = { &gModuleStrings, &gModuleMath, nullptr };
|
||||
ModuleManifest gModuleGraphics = ModuleManifest("Graphics", nullptr, nullptr, deps);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue