diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:47:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:47:47 +0300 |
commit | e04f5805bdc7af8c297fd5b458836c63314341e1 (patch) | |
tree | 71d7b36198178e162895b343b7dba2d1da7e0a51 /src/being/playerinfo.h | |
parent | 2444c4f0d666ceb4ca6512edcc1b2e340a146bd7 (diff) | |
download | plus-e04f5805bdc7af8c297fd5b458836c63314341e1.tar.gz plus-e04f5805bdc7af8c297fd5b458836c63314341e1.tar.bz2 plus-e04f5805bdc7af8c297fd5b458836c63314341e1.tar.xz plus-e04f5805bdc7af8c297fd5b458836c63314341e1.zip |
Move type Sfx into separate file.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index b7b760afd..b60757931 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -28,6 +28,7 @@ #include "enums/state.h" #include "enums/simpletypes/notify.h" +#include "enums/simpletypes/sfx.h" #include "enums/simpletypes/simpletypes.h" #include "enums/simpletypes/trading.h" |