Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/Application.cc @ 453:dc50a62ffd96
Chain extends Application. add Application to Viewer.
author | kazz@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 25 Sep 2009 23:51:55 +0900 |
parents | 1f35fc0a3472 |
children | 99a92f6a1c59 |
comparison
equal
deleted
inserted
replaced
452:1f35fc0a3472 | 453:dc50a62ffd96 |
---|---|
1 #include "Application.h" | 1 #include "Application.h" |
2 #include "SceneGraph.h" | |
3 | 2 |
4 // void | 3 // void |
5 // Application::set_move_func(move_func new_move) | 4 // Application::set_move_func(move_func new_move) |
6 // { | 5 // { |
7 // this->move = new_move; | 6 // this->move = new_move; |
78 | 77 |
79 void Application::init(TaskManager *manager, int w, int h) { | 78 void Application::init(TaskManager *manager, int w, int h) { |
80 } | 79 } |
81 | 80 |
82 int Application::move_task_id() { | 81 int Application::move_task_id() { |
83 return 0; | 82 return move_task_id_; |
84 } | 83 } |
85 | 84 |