should prob put this on git sometime

This commit is contained in:
2026-01-03 01:48:40 +01:00
commit 1b8cc96164
52 changed files with 12002 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#ifndef LIGHTKEEPER_H
#define LIGHTKEEPER_H
#include <destrum/App.h>
class LightKeeper : public App {
public:
LightKeeper();
};
#endif //LIGHTKEEPER_H