default_theme.h
1 /*************************************************/
2 /* default_theme.h */
3 /*************************************************/
4 /* This file is part of: */
5 /* GODOT ENGINE */
6 /*************************************************/
7 /* Source code within this file is: */
8 /* (c) 2007-2016 Juan Linietsky, Ariel Manzur */
9 /* All Rights Reserved. */
10 /*************************************************/
11 
12 #ifndef DEFAULT_THEME_H
13 #define DEFAULT_THEME_H
14 
19 void make_default_theme();
20 void clear_default_theme();
21 
22 #endif