mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef ZILOGMCZ_H
 | |
| #define ZILOGMCZ_H
 | |
| 
 | |
| extern std::unique_ptr<Decoder> createZilogMczDecoder(
 | |
|     const DecoderProto& config);
 | |
| 
 | |
| #endif
 |