comparison Renderer/Engine/post.cc @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents
children
comparison
equal deleted inserted replaced
506:1d4a8a86f26b 507:735f76483bb2
1 #include "viewer.h"
2
3 /*
4 // post.cppの中身を viewer.cpp の中に持って行く
5 extern Viewer *screen;
6
7 void
8 post2runLoop(void *arg)
9 {
10 screen->run_loop();
11 }
12
13 void
14 post2runDraw(void *arg)
15 {
16 screen->run_draw();
17 }
18
19 void
20 post2runMove(void *arg)
21 {
22 screen->run_move();
23 }
24
25 void
26 post2exchange_sgroot(void *arg)
27 {
28 screen->exchange_sgroot();
29 }
30 */