aboutsummaryrefslogtreecommitdiff
path: root/debug_functions.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-02-09 02:01:25 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-02-09 02:01:25 +0100
commit49579cdb9cb162476b5402dced0b6af5844eb1ec (patch)
treef800f171548034ce2f5f1e0011e3997001cbce15 /debug_functions.h
parent1243662c9cf86cf3ba9bbb7378b5e43a939da048 (diff)
added mod functions and optimized emotes
Diffstat (limited to 'debug_functions.h')
-rw-r--r--debug_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_functions.h b/debug_functions.h
index 38275b0f..6feaf90a 100644
--- a/debug_functions.h
+++ b/debug_functions.h
@@ -4,5 +4,6 @@
#include <QString>
void call_error(QString message);
+void call_notice(QString message);
#endif // DEBUG_FUNCTIONS_H