Added comment.
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 20:24:47 +0000 (20:24 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 20 Jul 2004 20:24:47 +0000 (20:24 +0000)
SVN-Revision: 1606

lib/special/base.h

index 67fbeb5..84bc12c 100644 (file)
 
 #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;