Mercurial > hg > Members > kono > Cerium
view Renderer/Engine/MainLoop.h @ 784:d5065fef0f6d
merge
author | yutaka@localhost.localdomain |
---|---|
date | Tue, 20 Apr 2010 15:40:07 +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 */