From: Tobias Gläßer Date: Tue, 20 Jul 2004 20:24:47 +0000 (+0000) Subject: Added comment. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8d9061d2c5c17b32ab239d4e151a25b500508b91;p=supertux.git Added comment. SVN-Revision: 1606 --- diff --git a/lib/special/base.h b/lib/special/base.h index 67fbeb5e5..84bc12c72 100644 --- 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;