Files
Destrum/lightkeeper/include/Lightkeeper.h

14 lines
160 B
C++

#ifndef LIGHTKEEPER_H
#define LIGHTKEEPER_H
#include <destrum/App.h>
class LightKeeper : public App {
public:
LightKeeper();
};
#endif //LIGHTKEEPER_H