comparison Renderer/Test/property_test.h @ 781:d46dea8399e4

working on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 05 Mar 2010 13:24:38 +0900
parents 4455e7b0caf3
children
comparison
equal deleted inserted replaced
780:50cff7c4d255 781:d46dea8399e4
8 double x, y, next_x, next_y; 8 double x, y, next_x, next_y;
9 double vx, vy, next_vx, next_vy; 9 double vx, vy, next_vx, next_vy;
10 double angle[3]; 10 double angle[3];
11 int can_move; 11 int can_move;
12 int id; 12 int id;
13 char *objname; 13 const char *objname;
14 spe_move_func move; 14 spe_move_func move;
15 spe_collision_func collision; 15 spe_collision_func collision;
16 SceneGraphPtr parent; 16 SceneGraphPtr parent;
17 SceneGraphPtr root; 17 SceneGraphPtr root;
18 } *ChainPropertyPtr, ChainProperty; 18 } *ChainPropertyPtr, ChainProperty;