Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/post.cpp @ 139:bacb6dde2d17 draft
fix
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 28 Nov 2008 13:51:54 +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(); }