diff -r 493959648de6 -r 5a3d27b8e6b0 application/window.h --- a/application/window.h Wed Nov 27 18:53:11 2024 +0100 +++ b/application/window.h Thu Nov 28 18:03:12 2024 +0100 @@ -80,6 +80,11 @@ void action_resourceviewer_text_modified(UiEvent *event, void *data); void action_resourceviewer_save(UiEvent *event, void *data); +void action_resourceviewer_property_select(UiEvent *event, void *data); +void action_resourceviewer_property_activate(UiEvent *event, void *data); +void action_resourceviewer_property_add(UiEvent *event, void *data); +void action_resourceviewer_property_edit(UiEvent *event, void *data); +void action_resourceviewer_property_remove(UiEvent *event, void *data); #ifdef __cplusplus }