mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef slic3r_SendSystemInfoDialog_hpp_
 | |
| #define slic3r_SendSystemInfoDialog_hpp_
 | |
| 
 | |
| namespace Slic3r {
 | |
| 
 | |
| namespace GUI {
 | |
| 
 | |
| void show_send_system_info_dialog_if_needed();
 | |
| 
 | |
| 
 | |
| } // namespace GUI
 | |
| } // namespace Slic3r
 | |
| 
 | |
| #endif // slic3r_SendSystemInfoDialog_hpp_
 | 
