From 8d9061d2c5c17b32ab239d4e151a25b500508b91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Tue, 20 Jul 2004 20:24:47 +0000 Subject: [PATCH 1/1] Added comment. SVN-Revision: 1606 --- lib/special/base.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; -- 2.11.0