Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/post.cpp @ 222:0351818cf0fe draft
fix
author | gongo@localhost.localdomain |
---|---|
date | Tue, 10 Feb 2009 13:09:52 +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(); }