diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-19 12:52:41 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-19 12:52:41 +1100 |
| commit | cd650b30bd3ddfb9f71622278ef5b6f94ae27ac8 (patch) | |
| tree | 482058e274f0daee21a1e8798cdd39e4b94be17c /src/ui/include/ui_events.hpp | |
| parent | 1525afe8aaadfaa877f8987f0ea224263a612b5e (diff) | |
| download | tangara-fw-cd650b30bd3ddfb9f71622278ef5b6f94ae27ac8.tar.gz | |
fix some lua stack leaks + add a console func to help debug
Diffstat (limited to 'src/ui/include/ui_events.hpp')
| -rw-r--r-- | src/ui/include/ui_events.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/include/ui_events.hpp b/src/ui/include/ui_events.hpp index 07b18dea..5c033b0c 100644 --- a/src/ui/include/ui_events.hpp +++ b/src/ui/include/ui_events.hpp @@ -28,6 +28,8 @@ struct OnLuaError : tinyfsm::Event { std::string message; }; +struct DumpLuaStack : tinyfsm::Event {}; + namespace internal { struct ControlSchemeChanged : tinyfsm::Event {}; |
