µGFX  2.9
version 2.9
gtrans_rules.h
Go to the documentation of this file.
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 /**
9  * @file src/gtrans/gtrans_rules.h
10  *
11  * @addtogroup GTRANS
12  * @{
13  */
14 
15 #ifndef _GTRANS_RULES_H
16 #define _GTRANS_RULES_H
17 
18 #if GFX_USE_GTRANS
19 #endif
20 
21 #endif /* _GTRANS_RULES_H */
22 /** @} */