summaryrefslogtreecommitdiff
path: root/src/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources.h')
-rw-r--r--src/resources.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources.h b/src/resources.h
index 82e8534..2080364 100644
--- a/src/resources.h
+++ b/src/resources.h
@@ -25,9 +25,15 @@
#ifndef RESOURCES_H_
#define RESOURCES_H_
+/**
+ * Registers the CSS and UI components for the application.
+ */
void
resources_register();
+/**
+ * Unregisters the CSS and UI components for the application.
+ */
void
resources_unregister();