summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_scan.h')
-rw-r--r--utils/themeeditor/skin_scan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_scan.h b/utils/themeeditor/skin_scan.h
index 682e32b3af..6aea92c8a9 100644
--- a/utils/themeeditor/skin_scan.h
+++ b/utils/themeeditor/skin_scan.h
@@ -33,6 +33,7 @@ void skip_comment(char** document);
33void skip_whitespace(char** document); 33void skip_whitespace(char** document);
34char* scan_string(char** document); 34char* scan_string(char** document);
35int scan_int(char** document); 35int scan_int(char** document);
36int check_viewport(char* document); /* Checks for a viewport declaration */
36 37
37#ifdef __cplusplus 38#ifdef __cplusplus
38} 39}