mirror of
				https://github.com/thunderbrewhq/thunderbrew
				synced 2025-10-31 16:26:03 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			192 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			192 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #ifndef CONSOLE_DEVICE_HPP
 | |
| #define CONSOLE_DEVICE_HPP
 | |
| 
 | |
| #include "gx/CGxFormat.hpp"
 | |
| 
 | |
| struct DefaultSettings {
 | |
|     CGxFormat format;
 | |
| };
 | |
| 
 | |
| void ConsoleDeviceInitialize(const char* title);
 | |
| 
 | |
| #endif
 | 
