cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -253,7 +253,7 @@ static bool handle_mouse(MandelbrotState* mb, const MouseEvent& ev, int win_w, i
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool handle_key(MandelbrotState* mb, const Montauk::KeyEvent& key, int win_w) {
|
||||
static bool handle_key(MandelbrotState* mb, const montauk::abi::KeyEvent& key, int win_w) {
|
||||
if (!key.pressed) return false;
|
||||
|
||||
if (key.ascii == 'r' || key.ascii == 'R') {
|
||||
@@ -303,7 +303,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