Mercurial > hg > Game > Cerium
view Renderer/test_render/post.cpp @ 503:516d5c91d5b4 draft double-linked-task-list
comment
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 Oct 2009 19:35:33 +0900 |
parents | 15bfacccde99 |
children |
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(); }