Files

10 lines
251 B
C++
Raw Permalink Normal View History

2023-12-22 19:46:07 +01:00
#include "EngineTest.h"
#include "Component/Component.h"
#include "Component/Transform.h"
#include "Component/Camera.h"
#include "Component/DirectionalLight.h"
#include "System/ComponentSystem.h"
using namespace Seele;
using namespace Seele::System;