]> git.localhorst.tv Git - sdl-test7.git/blob - src/sdl/InitTTF.h
imported current version
[sdl-test7.git] / src / sdl / InitTTF.h
1 /*
2  * InitTTF.h
3  *
4  *  Created on: Apr 22, 2012
5  *      Author: holy
6  */
7
8 #ifndef SDL_INITTTF_H_
9 #define SDL_INITTTF_H_
10
11 namespace sdl {
12
13 class InitTTF {
14
15         public:
16                 InitTTF(void);
17                 virtual ~InitTTF(void);
18         private:
19                 InitTTF(const InitTTF &);
20                 InitTTF &operator =(const InitTTF &);
21
22 };
23
24 }
25
26 #endif /* SDL_INITTTF_H_ */