comparison Renderer/Test/property_test.h @ 781:836ca3419f9d draft

working on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 05 Mar 2010 13:24:38 +0900
parents 4d83a6a958fd
children
comparison
equal deleted inserted replaced
780:577e5be1ce0c 781:836ca3419f9d
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;