![]() |
DDraceNetwork Documentation
|
#include "prompt.h"#include "editor.h"#include <engine/keys.h>#include <game/client/ui_listbox.h>#include <game/editor/quick_action.h>#include <game/editor/quick_actions.h>Macros | |
| #define | REGISTER_QUICK_ACTION(name, text, callback, disabled, active, button_color, description) |
| #define | ALWAYS_FALSE []() -> bool { return false; } |
| #define | DEFAULT_BTN []() -> int { return -1; } |
Functions | |
| static bool | FuzzyMatch (const char *pHaystack, const char *pNeedle) |
| #define ALWAYS_FALSE []() -> bool { return false; } |
| #define DEFAULT_BTN []() -> int { return -1; } |
| #define REGISTER_QUICK_ACTION | ( | name, | |
| text, | |||
| callback, | |||
| disabled, | |||
| active, | |||
| button_color, | |||
| description ) |
|
static |