|  |  | @ -596,7 +596,7 @@ TEXT = \ | 
		
	
		
			
			|  |  |  | text/text_font_spritefont \ | 
		
	
		
			
			|  |  |  | text/text_format_text \ | 
		
	
		
			
			|  |  |  | text/text_input_box \ | 
		
	
		
			
			|  |  |  | text/text_raylib_fonts \ | 
		
	
		
			
			|  |  |  | text/text_sprite_fonts \ | 
		
	
		
			
			|  |  |  | text/text_rectangle_bounds \ | 
		
	
		
			
			|  |  |  | text/text_unicode_emojis \ | 
		
	
		
			
			|  |  |  | text/text_unicode_ranges \ | 
		
	
	
		
			
				|  |  | @ -998,7 +998,7 @@ text/text_format_text: text/text_format_text.c | 
		
	
		
			
			|  |  |  | text/text_input_box: text/text_input_box.c | 
		
	
		
			
			|  |  |  | $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | text/text_raylib_fonts: text/text_raylib_fonts.c | 
		
	
		
			
			|  |  |  | text/text_sprite_fonts: text/text_sprite_fonts.c | 
		
	
		
			
			|  |  |  | $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \ | 
		
	
		
			
			|  |  |  | --preload-file text/resources/sprite_fonts/alagard.png@resources/sprite_fonts/alagard.png \ | 
		
	
		
			
			|  |  |  | --preload-file text/resources/sprite_fonts/pixelplay.png@resources/sprite_fonts/pixelplay.png \ | 
		
	
	
		
			
				|  |  |  |