refactored directory structure

revert PR #401 (no class, pasted to app.cpp)
This commit is contained in:
lumapu 2022-11-09 22:13:31 +01:00
parent f5b66af793
commit 58bc1f1d8a
25 changed files with 40 additions and 369 deletions

View file

@ -3,9 +3,9 @@
// Creative Commons - http://creativecommons.org/licenses/by-nc-sa/3.0/de/
//-----------------------------------------------------------------------------
#include "dbg.h"
#include "app.h"
#include "config.h"
#include "src/utils/dbg.h"
#include "src/app.h"
#include "src/config/config.h"
app myApp;