]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/systemscheduler.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / systemscheduler.h
index 2ab4804f6293d080a7962c1fc3ffb891ea3ad2df..66764c80f263c426a80d2cfd9d3b5d0664743d07 100644 (file)
@@ -2,19 +2,20 @@
 #define MSP_GAME_SYSTEMSCHEDULER_H_
 
 #include <vector>
+#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