mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			C++
		
	
	
	
	
	
// -*- Mode: C++ -*-
 | 
						|
#ifndef GETFILE_H
 | 
						|
#define GETFILE_H
 | 
						|
#include <QDebug>
 | 
						|
 | 
						|
float gran();
 | 
						|
 | 
						|
#endif // GETFILE_H
 |