blob: 44569ba192d10b3a4815c3a932728ea8d64349e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*************************************************/
/* default_theme.h */
/*************************************************/
/* This file is part of: */
/* GODOT ENGINE */
/*************************************************/
/* Source code within this file is: */
/* (c) 2007-2016 Juan Linietsky, Ariel Manzur */
/* All Rights Reserved. */
/*************************************************/
#ifndef DEFAULT_THEME_H
#define DEFAULT_THEME_H
/**
@author Juan Linietsky <reduzio@gmail.com>
*/
void make_default_theme();
void clear_default_theme();
#endif
|