Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/post.cpp @ 269:abf96b4caee5 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 04 Jun 2009 00:01:11 +0900 |
parents | 028ffc9c0375 |
children | 0b623693e6ec |
line wrap: on
line source
#include "viewer.h" extern Viewer *screen; void post2runLoop(void *arg) { screen->run_loop(); } void post2runDraw(void *arg) { screen->run_draw(); }