cleanup: namespace Montauk (capital M) => montauk::abi

This commit is contained in:
2026-06-16 09:09:16 +02:00
parent b091af7653
commit e3dc1e881d
165 changed files with 758 additions and 758 deletions
+2 -2
View File
@@ -135,7 +135,7 @@ static bool klog_render() {
return true;
}
static void klog_handle_mouse(const Montauk::WinEvent& ev) {
static void klog_handle_mouse(const montauk::abi::WinEvent& ev) {
if (ev.mouse.scroll == 0) return;
g_klog.term.view_offset += (ev.mouse.scroll < 0) ? 3 : -3;
@@ -193,7 +193,7 @@ extern "C" void _start() {
while (true) {
bool redraw = klog_poll();
Montauk::WinEvent ev;
montauk::abi::WinEvent ev;
bool quit = false;
int r = 0;