cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -1205,7 +1205,7 @@ static bool handle_click(int mx, int my) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool handle_key(const Montauk::KeyEvent& key, bool& quit) {
|
||||
static bool handle_key(const montauk::abi::KeyEvent& key, bool& quit) {
|
||||
if (!key.pressed) return false;
|
||||
|
||||
if (key.scancode == 0x01) {
|
||||
@@ -1357,7 +1357,7 @@ extern "C" void _start() {
|
||||
uint64_t last_draw = montauk::get_milliseconds();
|
||||
|
||||
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