mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-08 22:07:10 +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>;
|
// concept IsComponent = std::derived_from<C, Component>;
|
||||||
|
|
||||||
struct WorldData;
|
struct WorldData;
|
||||||
struct World;
|
class World;
|
||||||
struct Entity;
|
class Entity;
|
||||||
struct IStorage;
|
struct IStorage;
|
||||||
|
|
||||||
template <typename C>
|
template <typename C>
|
||||||
|
Loading…
Reference in New Issue
Block a user