diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 09:01:28 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 09:01:28 -0400 |
commit | a7ec2350f406195b119e24a81c95649c3645a26b (patch) | |
tree | b99ac8d8bef516f1d90b9cdb9a21634da0801e41 /include/entities.hpp | |
parent | dbed8f40b0c85a1d550d9c2557d57b192fc097ab (diff) |
oh yeah that
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp new file mode 100644 index 0000000..f7c3894 --- /dev/null +++ b/include/entities.hpp @@ -0,0 +1,6 @@ +#ifndef ENTITIES_HPP_ +#define ENTITIES_HPP_ + +void entityxTest(); + +#endif // ENTITIES_HPP_ |