Initial Commit

This commit is contained in:
vaxerski
2022-03-16 20:50:55 +01:00
parent f9862eed93
commit de4c836e97
14 changed files with 716 additions and 0 deletions

14
src/main.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include "defines.hpp"
#include "debug/Log.hpp"
int main(int argc, char** argv) {
if (!getenv("XDG_RUNTIME_DIR"))
RIP("XDG_RUNTIME_DIR not set!");
return EXIT_SUCCESS;
}