mirror of
				https://github.com/mborgerson/xemu.git
				synced 2025-10-30 03:31:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			293 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			293 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef XEMU_VERSION_H
 | |
| #define XEMU_VERSION_H
 | |
| 
 | |
| extern const int xemu_version_major;
 | |
| extern const int xemu_version_minor;
 | |
| extern const int xemu_version_patch;
 | |
| extern const char *xemu_version;
 | |
| extern const char *xemu_branch;
 | |
| extern const char *xemu_commit;
 | |
| extern const char *xemu_date;
 | |
| 
 | |
| #endif
 |