mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			275 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			275 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef STREAM_H
 | |
| #define STREAM_H
 | |
| 
 | |
| extern std::unique_ptr<Fluxmap> readStream(const std::string& dir, unsigned track, unsigned side);
 | |
| extern std::unique_ptr<Fluxmap> readStream(const std::string& path);
 | |
| extern std::unique_ptr<Fluxmap> readStream(const Bytes& bytes);
 | |
| 
 | |
| #endif
 |