]> git.tdb.fi Git - libs/game.git/blobdiff - tools/builder-plugin/gamesetupdefinitions.cpp
Create a builder plugin for the setup generator tool
[libs/game.git] / tools / builder-plugin / gamesetupdefinitions.cpp
diff --git a/tools/builder-plugin/gamesetupdefinitions.cpp b/tools/builder-plugin/gamesetupdefinitions.cpp
new file mode 100644 (file)
index 0000000..a6abd23
--- /dev/null
@@ -0,0 +1,7 @@
+#include "gamesetupdefinitions.h"
+
+using namespace Msp;
+
+GameSetupDefinitions::GameSetupDefinitions(Builder &b, const Component &c, const FS::Path &p):
+       SourceFile(b, c, p)
+{ }