Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForXcode/SDL OpenGL Application/atlantis/atlantis.h @ 2220:4d2d0548f5b2
Don't run indent on the Xcode templates
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Aug 2007 18:51:12 +0000 |
parents | 59a667370c57 |
children |
comparison
equal
deleted
inserted
replaced
2219:f6099efa3f0b | 2220:4d2d0548f5b2 |
---|---|
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 { | |
48 float x, y, z, phi, theta, psi, v; | 47 float x, y, z, phi, theta, psi, v; |
49 float xt, yt, zt; | 48 float xt, yt, zt; |
50 float htail, vtail; | 49 float htail, vtail; |
51 float dtheta; | 50 float dtheta; |
52 int spurt, attack; | 51 int spurt, attack; |