diff options
author | rubidium <rubidium@openttd.org> | 2008-08-01 09:34:34 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-01 09:34:34 +0000 |
commit | c5a4e90338c4f66dfd75497b5137b4fd0a7da867 (patch) | |
tree | 2ff51cc080d35422ab3d268a167cf4863270082e /src/table | |
parent | 47592b92883416e782df54604bbe3156e3aa9daf (diff) | |
download | openttd-c5a4e90338c4f66dfd75497b5137b4fd0a7da867.tar.xz |
(svn r13910) -Document: string drawing related functions and types (Alberth)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 4 |
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, |