]> git.tdb.fi Git - builder.git/blob - source/sourcefile.h
Don't store component locally in object and source files
[builder.git] / source / sourcefile.h
1 #ifndef SOURCEFILE_H_
2 #define SOURCEFILE_H_
3
4 #include "filetarget.h"
5
6 class SourceFile: public FileTarget
7 {
8 protected:
9         SourceFile(Builder &, const Component *, const Msp::FS::Path &);
10 };
11
12 #endif