From 879c2c04d9c3879f871cfe79f9b25fd23c5184b4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 11 Jun 2015 11:38:49 -0400 Subject: Wrote EntityManager --- src/component.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/component.h (limited to 'src/component.h') diff --git a/src/component.h b/src/component.h new file mode 100644 index 0000000..2cbdc9d --- /dev/null +++ b/src/component.h @@ -0,0 +1,7 @@ +#ifndef COMPONENT_H_F0CE4573 +#define COMPONENT_H_F0CE4573 + +class Component { +}; + +#endif /* end of include guard: COMPONENT_H_F0CE4573 */ -- cgit 1.4.1