diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-06-14 17:29:21 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-06-14 17:29:21 -0400 |
commit | 226bae411b83d851d5b30e0b0fa28a68bb8e7040 (patch) | |
tree | fbe56ff6fa5b1841ebff6bc5ceda5511de7b3b8e /include | |
parent | 316df0931c66e43e69f21bda28c77b9bdb1e8bca (diff) |
enemy flash red!
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 dda8938..7c4e0d1 100644 --- a/include/components/all.hpp +++ b/include/components/all.hpp @@ -7,6 +7,7 @@ #include "dialog.hpp" #include "direction.hpp" #include "drop.hpp" +#include "flash.hpp" #include "grounded.hpp" #include "health.hpp" #include "hit.hpp" |