System skeleton
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "Systems/WinScreenSystem.h"
|
||||
#include "Rendering/ESetCamera.h"
|
||||
#include "Core/ELockMouse.h"
|
||||
|
||||
WinScreenSystem::WinScreenSystem(SystemParams params)
|
||||
: System(params)
|
||||
{
|
||||
}
|
||||
|
||||
void WinScreenSystem::Update(double dt)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user