diff options
Diffstat (limited to 'include/plugins.h')
| -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 */ |
