diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-05-20 08:10:47 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-05-20 08:10:47 +0200 |
| commit | 280131585e07b6d5c8438af258b7de0afeff8266 (patch) | |
| tree | 6c00853ef23141c0f3a7517e491a7f44502b20b5 /include | |
| parent | f9d6045b28c5ba71831896c1acc2db13f83c6825 (diff) | |
plugin: add is_damaged and clear_damage
Diffstat (limited to 'include')
| -rw-r--r-- | include/plugins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plugins.h b/include/plugins.h index 7588b61..db10336 100644 --- a/include/plugins.h +++ b/include/plugins.h @@ -34,5 +34,7 @@ void gsr_plugins_deinit(gsr_plugins *self); bool gsr_plugins_load_plugin(gsr_plugins *self, const char *plugin_filepath); void gsr_plugins_draw(gsr_plugins *self); +bool gsr_plugins_is_damaged(gsr_plugins *self); +void gsr_plugins_clear_damage(gsr_plugins *self); #endif /* GSR_PLUGINS_H */ |
