]> git.tdb.fi Git - libs/game.git/blob - tools/builder-plugin/gametools.h
Create a builder plugin for the setup generator tool
[libs/game.git] / tools / builder-plugin / gametools.h
1 #ifndef GAMETOOLS_H_
2 #define GAMETOOLS_H_
3
4 #include <msp/builder/builder.h>
5 #include <msp/builder/toolchain.h>
6
7 class GameTools: public Toolchain
8 {
9 public:
10         GameTools(Builder &);
11 };
12
13 #endif