]> git.tdb.fi Git - builder.git/blob - source/datapackcomponent.h
75eda738dec807c5a4bd9c90603a2d5942087487
[builder.git] / source / datapackcomponent.h
1 #ifndef DATAPACKCOMPONENT_H_
2 #define DATAPACKCOMPONENT_H_
3
4 #include "component.h"
5
6 class DataPackComponent: public Component
7 {
8 public:
9         DataPackComponent(SourcePackage &, const std::string &);
10
11         void create_targets() const override;
12 };
13
14 #endif