예제 #1
0
WindowSystem::WindowSystem( const WindowSystemEnum type )
{
    _chooseImpl( _getName( type ));
}
예제 #2
0
WindowSystem::WindowSystem( std::string const& type )
{
    _chooseImpl( type );
}