Restructure the library layers

This commit is contained in:
2025-12-16 17:36:50 +00:00
parent c0d901d7e9
commit 4b95a681d4
55 changed files with 161 additions and 161 deletions

View File

@@ -2,8 +2,8 @@
#include "tester.h"
#include "../../common/aliases/aliases.h"
#include "../../core/os/shell/termcolour/termcolour.h"
#include "../../primitives/strings/str8/str8.h"
#include "../../os/shell/termcolour/termcolour.h"
#include "../../base/strings/str8/str8.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -5,7 +5,7 @@
#include "../../common/misc/misc_utils.h"
#include "../../common/platform/platform.h"
#include "../../primitives/strings/str8/str8.h"
#include "../../base/strings/str8/str8.h"
#ifdef WAPP_PLATFORM_CPP
BEGIN_C_LINKAGE

View File

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

View File

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