12 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| 
 | |
| #include <renderer/shared_context.hpp>
 | |
| 
 | |
| namespace lt {
 | |
| 
 | |
| class glSharedContext: public SharedContext
 | |
| {
 | |
| };
 | |
| 
 | |
| } // namespace lt
 |