mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	fix struct/class declaration mismatch
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user