ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/util.h
(Generate patch)

Comparing libgender/util.h (file contents):
Revision 1.24 by root, Wed Oct 6 09:41:48 2004 UTC vs.
Revision 1.25 by root, Wed Oct 6 16:51:20 2004 UTC

268 if (texture == 0) 268 if (texture == 0)
269 throw (TextureExecption("Couldn't make GL Texture, failed to create new RGB SWSurface")); 269 throw (TextureExecption("Couldn't make GL Texture, failed to create new RGB SWSurface"));
270 } 270 }
271}; 271};
272 272
273
274void draw_some_random_funky_floor_dance_music (int size, int dx, int dy, int dz);
273#endif 275#endif
274 276

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines