Mercurial > hg > Game > Cerium
view TaskManager/Test/test_render/post.cpp @ 115:d9ea79aac04f draft
fix Makefile
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:46:36 +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(); }