14 lines
115 B
C
14 lines
115 B
C
|
#pragma once
|
||
|
#include <vector>
|
||
|
#include "Component.h"
|
||
|
|
||
|
|
||
|
namespace BECS {
|
||
|
|
||
|
typedef unsigned long int Entity;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|