feat: basic ecs start + renderer class
This commit is contained in:
9
include/ecs/component.h
Normal file
9
include/ecs/component.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef ECS_COMPONENT_H_
|
||||
#define ECS_COMPONENT_H_
|
||||
|
||||
namespace ecs {
|
||||
class Component {
|
||||
};
|
||||
}
|
||||
|
||||
#endif // ECS_COMPONENT_H_
|
Reference in New Issue
Block a user