From 1b33094d816d0be0fff1d76cf2efc9d2b3100635 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Thu, 26 Dec 2013 16:50:31 -0700 Subject: Initial commit of sub component types. --- src/Entities/Compoments/ReactionComponent.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/Entities/Compoments/ReactionComponent.h (limited to 'src/Entities/Compoments/ReactionComponent.h') diff --git a/src/Entities/Compoments/ReactionComponent.h b/src/Entities/Compoments/ReactionComponent.h new file mode 100644 index 000000000..d0eb2eb89 --- /dev/null +++ b/src/Entities/Compoments/ReactionComponent.h @@ -0,0 +1 @@ +#include "Component.h" \ No newline at end of file -- cgit v1.2.3