]> git.tdb.fi Git - builder.git/blob - source/file.cpp
4a870e718069cfd2a0cc4c45a819d8b1bc5dc8c3
[builder.git] / source / file.cpp
1 /* $Id$
2
3 This file is part of builder
4 Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #include "file.h"
9
10 using namespace std;
11
12 File::File(Builder &b, const string &n):
13         FileTarget(b, 0, n)
14 { }