mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			215 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef VISUALISER_H
 | |
| #define VISUALISER_H
 | |
| 
 | |
| #include "flags.h"
 | |
| 
 | |
| class SectorSet;
 | |
| 
 | |
| extern FlagGroup visualiserFlags;
 | |
| 
 | |
| extern void visualiseSectorsToFile(const SectorSet& sectors, const std::string& filename);
 | |
| 
 | |
| #endif
 |