Mercurial > sdl-ios-xcode
view EXCLUDE/GLTSF/include/TSF.hpp @ 4738:381d402a5e90
Added support for On_Resized event to App.
Added OpenGL code to draw a rotating triangle.
Rearranged main loop code.
author | dewyatt |
---|---|
date | Sat, 12 Jun 2010 03:21:54 -0400 |
parents | 0c7c67d4e6ee |
children | f51a9f01b508 |
line wrap: on
line source
#ifndef TSF_HPP #define TSF_HPP #include <msctf.h> #include <atlbase.h> class TSF { public: static void Initialize(); static void Finalize(); private: TSF(); static bool COM_Initialized; static CComPtr<ITfThreadMgr> Thread_Manager; }; #endif