Fixed more *nix compile issues

This commit is contained in:
2023-02-03 06:23:21 -08:00
parent c8838635af
commit 19b2434348
7 changed files with 15 additions and 14 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include "Prefab.hpp"
#include "scene/SceneItem.hpp"
#include "game/DawnGame.hpp"
namespace Dawn {
template<class T>