aboutsummaryrefslogtreecommitdiff
path: root/saga/text.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-05-01 16:15:55 +0000
committerPaweł Kołodziejski2004-05-01 16:15:55 +0000
commit0af53f3c97075e380aab15bcc8dd7126b05bd9c4 (patch)
treea2f929125159a287518df2a70f11d58561dd954e /saga/text.h
parentd84d93b5d0709e95dec412fe8c9b4e5c2dfa9e2e (diff)
downloadscummvm-rg350-0af53f3c97075e380aab15bcc8dd7126b05bd9c4.tar.gz
scummvm-rg350-0af53f3c97075e380aab15bcc8dd7126b05bd9c4.tar.bz2
scummvm-rg350-0af53f3c97075e380aab15bcc8dd7126b05bd9c4.zip
indent
svn-id: r13715
Diffstat (limited to 'saga/text.h')
-rw-r--r--saga/text.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/saga/text.h b/saga/text.h
index 49adac7053..ddd33fa358 100644
--- a/saga/text.h
+++ b/saga/text.h
@@ -20,14 +20,8 @@
* $Header$
*
*/
-/*
- Description:
-
- Text / dialogue display management module private header
-
- Notes:
-*/
+// Text / dialogue display management module private header
#ifndef SAGA_TEXT_H__
#define SAGA_TEXT_H__
@@ -43,4 +37,4 @@ struct R_TEXTLIST_tag {
};
} // End of namespace Saga
-#endif /* SAGA_TEXT_H__ */
+#endif