diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-14 18:19:06 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-03-14 18:19:06 -0400 |
commit | ba651a82d585c181e9632fadba5bb4d683842d44 (patch) | |
tree | 8b2711866d497dfd471903c603e2f33bd4a41a5a /include/components/all.hpp | |
parent | a7d7d7e687cde01ed2d2ec2adb6ee5bfff8bbddc (diff) |
better slash, scale fixes
Diffstat (limited to 'include/components/all.hpp')
-rw-r--r-- | include/components/all.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/components/all.hpp b/include/components/all.hpp new file mode 100644 index 0000000..ecba09f --- /dev/null +++ b/include/components/all.hpp @@ -0,0 +1,6 @@ +#ifndef COMPONENTS_ALL_HPP_ +#define COMPONENTS_ALL_HPP_ + +#include "damage.hpp" + +#endif // COMPONENTS_ALL_HPP_ |