Initial Commit
This commit is contained in:
parent
f9862eed93
commit
de4c836e97
14 changed files with 716 additions and 0 deletions
14
src/main.cpp
Normal file
14
src/main.cpp
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue