]> git.tdb.fi Git - builder.git/blob - source/link.h
63ebf356548c8f80fdb06c10f1b7d1fbf77587d2
[builder.git] / source / link.h
1 #ifndef LINK_H_
2 #define LINK_H_
3
4 #include "externalaction.h"
5
6 class Executable;
7
8 class Link: public ExternalAction
9 {
10 public:
11         Link(Builder &, const Executable &);
12 };
13
14 #endif