forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			101 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			101 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
namespace Kore {
 | 
						|
	struct WindowData {
 | 
						|
		int width, height, mode;
 | 
						|
		WindowData();
 | 
						|
	};
 | 
						|
}
 |