Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/post.cpp @ 124:85f40aab232f
add xml file
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 10:33:38 +0900 |
parents | 5c194c71eca8 |
children | d1f1e27d0a12 |
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(); }