Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/bin/eu/translation_fr.c
7858 views
1
// SM64 (EU) Segment 19 - Français
2
3
#include "macros.h"
4
5
#include "game/ingame_menu.h"
6
7
#include "make_const_nonconst.h"
8
9
// Include text/define_text.inc.c, preprocessed with -I text/fr/ to get the
10
// right translation strings, with symbols renamed as below.
11
#define seg2_course_name_table course_name_table_eu_fr
12
#define seg2_act_name_table act_name_table_eu_fr
13
#define seg2_dialog_table dialog_table_eu_fr
14
15
#include "text/fr/define_text.inc.c"
16
17