summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-01 09:34:34 +0000
committerrubidium <rubidium@openttd.org>2008-08-01 09:34:34 +0000
commit019a51944696e5619ac6c635e1ce1d8af0981788 (patch)
tree2ff51cc080d35422ab3d268a167cf4863270082e /src/table/control_codes.h
parent6a401d5dfc04cc5e57dcdb8bcc2192f74e06a220 (diff)
downloadopenttd-019a51944696e5619ac6c635e1ce1d8af0981788.tar.xz
(svn r13910) -Document: string drawing related functions and types (Alberth)
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r--src/table/control_codes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index b35129960..69cabda67 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -19,8 +19,8 @@ enum StringControlCode {
/* Display control codes */
SCC_SETX = SCC_CONTROL_START,
SCC_SETXY,
- SCC_TINYFONT,
- SCC_BIGFONT,
+ SCC_TINYFONT, ///< Switch to small font
+ SCC_BIGFONT, ///< Switch to large font
/* Formatting control codes */
SCC_REVISION,