]> git.tdb.fi Git - builder.git/blob - plugins/datafile/datapackcomponent.h
Rearrange sources into subdirectories
[builder.git] / plugins / datafile / datapackcomponent.h
1 #ifndef DATAPACKCOMPONENT_H_
2 #define DATAPACKCOMPONENT_H_
3
4 #include <msp/builder/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