Mercurial > hg > Game > Cerium
annotate Renderer/Test/collision_effect.h @ 2022:fac44ad2867d draft
make a sound
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Jul 2014 02:50:32 +0900 |
parents | 5f12d99e95ac |
children |
rev | line source |
---|---|
1389
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 #include <math.h> |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2 #include <stdlib.h> |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 #include "SceneGraphRoot.h" |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 #include "Application.h" |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5 #include "MainLoop.h" |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 #include "viewer.h" |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
8 class collision_effect : public Application { |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
9 |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
10 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); |
5f12d99e95ac
create test routine collision_effect.cc
Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
11 }; |