added LANG_ENGLISH define

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40737
This commit is contained in:
David Anderson 2007-05-03 05:26:10 +00:00
parent dc6a5fc4d9
commit 44d1ea5f09

View File

@ -23,6 +23,7 @@
#include "ITextParsers.h"
#define MAX_TRANSLATE_PARAMS 32
#define LANG_ENGLISH 0
/* :TODO: write a templatized version of tries? */