cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -370,7 +370,7 @@ extern "C" void _start() {
|
||||
win.present();
|
||||
|
||||
while (true) {
|
||||
Montauk::WinEvent ev;
|
||||
montauk::abi::WinEvent ev;
|
||||
int r = win.poll(&ev);
|
||||
|
||||
if (r < 0) break;
|
||||
|
||||
Reference in New Issue
Block a user