Fixed compile issues

This commit is contained in:
2021-11-30 04:55:29 +01:00
parent 8040ba5b95
commit 89f97ea878
10 changed files with 40 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include <string>
#include "ecs.h"
struct Position : ecs::Component {