Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForXcode/SDL OpenGL Application/atlantis/atlantis.h @ 2213:59a667370c57
make indent
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 24 Jul 2007 18:46:45 +0000 |
parents | d63e9f5944ae |
children | 4d2d0548f5b2 |
comparison
equal
deleted
inserted
replaced
2212:fdadda42d4d4 | 2213:59a667370c57 |
---|---|
41 #define SHARKSIZE 6000 | 41 #define SHARKSIZE 6000 |
42 #define SHARKSPEED 100.0 | 42 #define SHARKSPEED 100.0 |
43 | 43 |
44 #define WHALESPEED 250.0 | 44 #define WHALESPEED 250.0 |
45 | 45 |
46 typedef struct _fishRec { | 46 typedef struct _fishRec |
47 { | |
47 float x, y, z, phi, theta, psi, v; | 48 float x, y, z, phi, theta, psi, v; |
48 float xt, yt, zt; | 49 float xt, yt, zt; |
49 float htail, vtail; | 50 float htail, vtail; |
50 float dtheta; | 51 float dtheta; |
51 int spurt, attack; | 52 int spurt, attack; |