summaryrefslogtreecommitdiff
path: root/src/gui/popups/beingpopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 21:38:15 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:17 +0300
commitd425e370aeea834cac28b3d4b412538645330c86 (patch)
tree78e7467184939044f57305dde32035c6751b71eb /src/gui/popups/beingpopup.h
parent71d7483a1d35a7068c456dfe6d3c0e54f1ae71a3 (diff)
downloadplus-d425e370aeea834cac28b3d4b412538645330c86.tar.gz
plus-d425e370aeea834cac28b3d4b412538645330c86.tar.bz2
plus-d425e370aeea834cac28b3d4b412538645330c86.tar.xz
plus-d425e370aeea834cac28b3d4b412538645330c86.zip
add postInit function into popup.
use postInit in beingpopup.
Diffstat (limited to 'src/gui/popups/beingpopup.h')
-rw-r--r--src/gui/popups/beingpopup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h
index 12ba49aa0..d91464ebe 100644
--- a/src/gui/popups/beingpopup.h
+++ b/src/gui/popups/beingpopup.h
@@ -50,6 +50,8 @@ class BeingPopup final : public Popup
*/
void show(const int x, const int y, Being *const b);
+ void postInit();
+
#ifdef USE_PROFILER
void logic();
#endif