projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d993cd
)
Added comment.
author
Tobias Gläßer
<tobi.web@gmx.de>
Tue, 20 Jul 2004 20:24:47 +0000
(20:24 +0000)
committer
Tobias Gläßer
<tobi.web@gmx.de>
Tue, 20 Jul 2004 20:24:47 +0000
(20:24 +0000)
SVN-Revision: 1606
lib/special/base.h
patch
|
blob
|
history
diff --git
a/lib/special/base.h
b/lib/special/base.h
index
67fbeb5
..
84bc12c
100644
(file)
--- a/
lib/special/base.h
+++ b/
lib/special/base.h
@@
-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;