Add Waylight namespace

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-17 00:20:39 +03:00
parent 42a9de3ba3
commit 237208d972
14 changed files with 91 additions and 37 deletions

View File

@@ -11,6 +11,8 @@
#include <raylib.h>
namespace Waylight {
namespace {
struct CodepointSpan {
@@ -786,3 +788,5 @@ auto ImGui::list_view(usize id, Rectangle bounds, usize elements,
return submitted;
}
} // namespace Waylight