14 lines
160 B
C++
14 lines
160 B
C++
#ifndef LIGHTKEEPER_H
|
|
#define LIGHTKEEPER_H
|
|
|
|
#include <destrum/App.h>
|
|
|
|
class LightKeeper : public App {
|
|
public:
|
|
LightKeeper();
|
|
|
|
|
|
};
|
|
|
|
#endif //LIGHTKEEPER_H
|