diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-30 19:40:35 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-30 19:40:35 -0400 |
commit | a55b7f9a6394d2299464930b3253a14e4f4f10df (patch) | |
tree | ed05a8acde9cecfc60d37ac08ea6243dccb91d43 /include | |
parent | 51629a66ff14a9025d9bd9ea69831e3d824a0760 (diff) |
drops are good
Diffstat (limited to 'include')
-rw-r--r-- | include/components/all.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/components/all.hpp b/include/components/all.hpp index ecba09f..2fb3c8d 100644 --- a/include/components/all.hpp +++ b/include/components/all.hpp @@ -2,5 +2,6 @@ #define COMPONENTS_ALL_HPP_ #include "damage.hpp" +#include "drop.hpp" #endif // COMPONENTS_ALL_HPP_ |