10 lines
251 B
C++
10 lines
251 B
C++
#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;
|