]> git.tdb.fi Git - builder.git/blob - source/datacompile.h
Replace per-file copyright notices with a single file
[builder.git] / source / datacompile.h
1 #ifndef DATACOMPILE_H_
2 #define DATACOMPILE_H_
3
4 #include "externalaction.h"
5
6 class DataFile;
7
8 class DataCompile: public ExternalAction
9 {
10 public:
11         DataCompile(Builder &, DataFile &);
12 };
13
14 #endif