aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_cryomni3d/create_cryomni3d_dat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_cryomni3d/create_cryomni3d_dat.cpp')
-rw-r--r--devtools/create_cryomni3d/create_cryomni3d_dat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create_cryomni3d/create_cryomni3d_dat.cpp b/devtools/create_cryomni3d/create_cryomni3d_dat.cpp
index 9646a1c634..96724a379c 100644
--- a/devtools/create_cryomni3d/create_cryomni3d_dat.cpp
+++ b/devtools/create_cryomni3d/create_cryomni3d_dat.cpp
@@ -50,6 +50,7 @@ struct Parts {
write ## game ## _ ## platform ## _ ## lang ## Data, 0, 0 }
DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, FR)
+DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, BR)
DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, DE)
DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, EN)
DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, ES)
@@ -57,6 +58,7 @@ DEFINE_GAME_PLATFORM_LANG_FUNCS(Versailles, ALL, IT)
static Parts gamesParts[] = {
GAME_PLATFORM_LANG_PART(Versailles, ALL, FR),
+ GAME_PLATFORM_LANG_PART(Versailles, ALL, BR),
GAME_PLATFORM_LANG_PART(Versailles, ALL, DE),
GAME_PLATFORM_LANG_PART(Versailles, ALL, EN),
GAME_PLATFORM_LANG_PART(Versailles, ALL, ES),