Mercurial > hg > Game > Cerium
comparison Renderer/Engine/MainLoop.h @ 555:c5e09e9bbfa5 draft
half finish for Cell
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 20 Oct 2009 22:29:27 +0900 |
parents | dc59679d9a36 |
children |
comparison
equal
deleted
inserted
replaced
554:20dc8f3748b7 | 555:c5e09e9bbfa5 |
---|---|
7 virtual ~MainLoop() {} | 7 virtual ~MainLoop() {} |
8 virtual void mainLoop() = 0; | 8 virtual void mainLoop() = 0; |
9 }; | 9 }; |
10 | 10 |
11 typedef MainLoop *MainLoopPtr; | 11 typedef MainLoop *MainLoopPtr; |
12 #endif MAINLOOP | 12 #endif /* MAINLOOP */ |