]> git.tdb.fi Git - builder.git/blob - source/datacompile.h
Add support for building datafiles
[builder.git] / source / datacompile.h
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef DATACOMPILE_H_
9 #define DATACOMPILE_H_
10
11 #include "externalaction.h"
12
13 class DataFile;
14
15 class DataCompile: public ExternalAction
16 {
17 public:
18         DataCompile(Builder &, DataFile &);
19 };
20
21 #endif