X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Fsystemscheduler.h;h=66764c80f263c426a80d2cfd9d3b5d0664743d07;hb=239cd38de0ddbb5931151523530a5e7272e16f7f;hp=2ab4804f6293d080a7962c1fc3ffb891ea3ad2df;hpb=e4f03880d49bdbe0c7269be0f40f23b197bcea77;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