Modules/Graphics/private/GraphicsCommon.cpp
2024-11-24 22:41:13 +03:00

7 lines
No EOL
225 B
C++

#include "GraphicsCommon.hpp"
#include "MathCommon.hpp"
namespace tp {
static ModuleManifest* deps[] = { &gModuleAllocators, nullptr };
ModuleManifest gModuleGraphics = ModuleManifest("Graphics", nullptr, nullptr, deps);
}