Setup ecs system scaffolding
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef ECS_H
|
||||
#define ECS_H
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
struct Entity;
|
||||
struct Component;
|
||||
struct System;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user