cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -38,8 +38,8 @@ constexpr int MAX_LINE_LEN = 128;
|
||||
void init(const char* message, uint8_t buttons, uint8_t default_choice = 0);
|
||||
void preferred_size(const char* title, int* out_w, int* out_h);
|
||||
void draw();
|
||||
void handle_mouse(const Montauk::WinEvent& ev);
|
||||
void handle_key(const Montauk::KeyEvent& key);
|
||||
void handle_mouse(const montauk::abi::WinEvent& ev);
|
||||
void handle_key(const montauk::abi::KeyEvent& key);
|
||||
void dismiss();
|
||||
uint8_t selected_choice();
|
||||
void cleanup();
|
||||
|
||||
Reference in New Issue
Block a user