Move os layer to be part of the core

This commit is contained in:
2025-02-24 00:30:25 +00:00
parent 4520f2269d
commit 1479c13417
28 changed files with 20 additions and 38 deletions

View File

@@ -4,6 +4,5 @@
#include "wapp_testing.h"
#include "tester.c"
#include "wapp_core.c"
#include "wapp_os.c"
#endif // !WAPP_TESTING_C

View File

@@ -4,6 +4,5 @@
#include "tester.h"
#include "wapp_common.h"
#include "wapp_core.h"
#include "wapp_os.h"
#endif // !WAPP_TESTING_H