| 41 | } |
| 42 | |
| 43 | static void hello_world_state_init(PluginState* const plugin_state) { |
| 44 | plugin_state->x = 50; |
| 45 | plugin_state->y = 30; |
| 46 | } |
| 47 | |
| 48 | int32_t hello_world_app() { |
| 49 | FuriMessageQueue* event_queue = furi_message_queue_alloc(8, sizeof(PluginEvent)); |