Update of /cvsroot/super-tux/supertux/lib/special
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22087/lib/special
Modified Files:
base.h
Log Message:
Added comment.
Index: base.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/special/base.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- base.h 20 Jul 2004 17:51:37 -0000 1.1
+++ base.h 20 Jul 2004 20:24:47 -0000 1.2
@@ -25,8 +25,10 @@
#include "SDL.h"
-/* 'Base' type for game objects */
-
+/// 'Base' type for game objects.
+/** Mainly for layered use in game objects.
+ Containts upper left X and Y coordinates of an
+ object along with its width and height. */
struct base_type
{
float x;
|