Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/MainLoop.h @ 994:33616b2789de
SDL mode fix
author | yutaka@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 11 Oct 2010 14:21:02 +0900 |
parents | b273767962b8 |
children |
line wrap: on
line source
#ifndef MAINLOOP #define MAINLOOP class MainLoop { public: virtual ~MainLoop() {} virtual void mainLoop() = 0; }; typedef MainLoop *MainLoopPtr; #endif /* MAINLOOP */