blob: 56130e4e63c87393a8719e3c996f23b5b5ecb5c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* GraphLCD skin library
*
* type.c - skin type class
*
* This file is released under the GNU General Public License. Refer
* to the COPYING file distributed with this package.
*
* based on text2skin
*
*/
#include "type.h"
namespace GLCD
{
} // end of namespace
|