mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 13:33:35 +00:00
fix struct/class declaration mismatch
This commit is contained in:
parent
eab57e4022
commit
b9e4aa5344
@ -13,8 +13,8 @@ namespace dECS {
|
||||
// concept IsComponent = std::derived_from<C, Component>;
|
||||
|
||||
struct WorldData;
|
||||
struct World;
|
||||
struct Entity;
|
||||
class World;
|
||||
class Entity;
|
||||
struct IStorage;
|
||||
|
||||
template <typename C>
|
||||
|
Loading…
Reference in New Issue
Block a user