annotate Renderer/Test/property_chain.h @ 1029:22d7263cec2d

copy script add.
author tkaito
date Mon, 15 Nov 2010 22:39:25 +0900
parents 5102e1751d6f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
774
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
1 #include <math.h>
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2 #include <stdlib.h>
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3 #include "SceneGraphRoot.h"
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
4 #include "Application.h"
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 #include "MainLoop.h"
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
6 #include "viewer.h"
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
7
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
8 class property_chain : public Application {
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
9
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
10 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
11
5102e1751d6f add property_chain.h
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
12 };