diff options
author | alberth <alberth@openttd.org> | 2011-03-03 21:06:24 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-03-03 21:06:24 +0000 |
commit | 7477f92029d76c086cce29c333980713ddc14828 (patch) | |
tree | ead7b57ad0d82b8f3a3ac4bc326627d24dd58161 /src/table/settings.h.postamble | |
parent | 74d756799cd5ae6abad5ed4ea0c97ce74b245f05 (diff) | |
download | openttd-7477f92029d76c086cce29c333980713ddc14828.tar.xz |
(svn r22173) -Add: Add preamble and postamble files before and after the generated settings data.
Diffstat (limited to 'src/table/settings.h.postamble')
-rw-r--r-- | src/table/settings.h.postamble | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/table/settings.h.postamble b/src/table/settings.h.postamble new file mode 100644 index 000000000..74f990da9 --- /dev/null +++ b/src/table/settings.h.postamble @@ -0,0 +1,10 @@ +/* Undefine for the shortcut macros above */ +#undef S +#undef C +#undef N + +#undef D0 +#undef NC +#undef MS +#undef NO +#undef CR |