mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 03:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef COMPONENTS_LUA_UTF8_H
 | 
						|
#define COMPONENTS_LUA_UTF8_H
 | 
						|
 | 
						|
#include <sol/sol.hpp>
 | 
						|
 | 
						|
namespace LuaUtf8
 | 
						|
{
 | 
						|
    sol::table initUtf8Package(sol::state_view&);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |