aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtrans/gtrans.h
blob: c46b5b2864fd8029159e2105f148e734cdb3c72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
 * This file is subject to the terms of the GFX License. If a copy of
 * the license was not distributed with this file, you can obtain one at:
 *
 *              http://ugfx.org/license.html
 */

/**
 * @file    src/gtrans/gtrans.h
 *
 * @addtogroup GTRANS
 *
 * @brief	Module to allow changing the language of an application dynamically during run-time.
 *
 * @{
 */

#ifndef _TRANS_H
#define _TRANS_H

#include "../../gfx.h"

#if GFX_USE_GTRANS || defined(__DOXYGEN__)

#ifdef __cplusplus
extern "C" {
#endif



#ifdef __cplusplus
}
#endif

#endif /* GFX_USE_GTRANS */

#endif /* _TRANS_H */
/** @} */