X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fsystemscheduler.h;h=66764c80f263c426a80d2cfd9d3b5d0664743d07;hb=12c863fc1bc5456a4b3aceacc88904d76bd1d8bb;hp=2ab4804f6293d080a7962c1fc3ffb891ea3ad2df;hpb=3b551a2caabdfebaac592b5fcbbeb6cbfe2fd43f;p=libs%2Fgame.git diff --git a/source/game/systemscheduler.h b/source/game/systemscheduler.h index 2ab4804..66764c8 100644 --- a/source/game/systemscheduler.h +++ b/source/game/systemscheduler.h @@ -2,19 +2,20 @@ #define MSP_GAME_SYSTEMSCHEDULER_H_ #include +#include "mspgame_api.h" #include "reflection.h" namespace Msp::Game { class System; -class scheduling_error: public std::logic_error +class MSPGAME_API scheduling_error: public std::logic_error { public: scheduling_error(const std::string &w): logic_error(w) { } }; -class SystemScheduler +class MSPGAME_API SystemScheduler { public: struct Group