should prob put this on git sometime
This commit is contained in:
13
lightkeeper/include/Lightkeeper.h
Normal file
13
lightkeeper/include/Lightkeeper.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LIGHTKEEPER_H
|
||||
#define LIGHTKEEPER_H
|
||||
|
||||
#include <destrum/App.h>
|
||||
|
||||
class LightKeeper : public App {
|
||||
public:
|
||||
LightKeeper();
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //LIGHTKEEPER_H
|
||||
Reference in New Issue
Block a user