mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			186 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			186 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| /* algread_internal.h -- interface between allegro.cpp and allegrord.cpp */
 | |
| 
 | |
| Alg_error alg_read(std::istream &file, Alg_seq_ptr new_seq, 
 | |
|                    double *offset_ptr = NULL);
 | |
| 
 |