mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			445 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			445 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SM64 (EU) Segment 19 - Deutsch
 | 
						|
 | 
						|
#include "macros.h"
 | 
						|
 | 
						|
#include "game/ingame_menu.h"
 | 
						|
 | 
						|
#include "make_const_nonconst.h"
 | 
						|
 | 
						|
// Include text/define_text.inc.c, preprocessed with -I text/de/ to get the
 | 
						|
// right translation strings, with symbols renamed as below.
 | 
						|
#define seg2_course_name_table course_name_table_eu_de
 | 
						|
#define seg2_act_name_table act_name_table_eu_de
 | 
						|
#define seg2_dialog_table dialog_table_eu_de
 | 
						|
 | 
						|
#include "text/de/define_text.inc.c"
 |