mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 00:29:34 +00:00
Merge pull request #432 from Azaezel/alpha40/sdlwebGeneralization
sdl usage standards proposal 3
This commit is contained in:
commit
a0ba345095
5 changed files with 41 additions and 3 deletions
|
|
@ -511,6 +511,7 @@ F32 Platform::getRandom()
|
|||
return sgPlatRandom.randF();
|
||||
}
|
||||
|
||||
#ifndef TORQUE_SDL
|
||||
////--------------------------------------
|
||||
/// Spawn the default Operating System web browser with a URL
|
||||
/// @param webAddress URL to pass to browser
|
||||
|
|
@ -585,6 +586,7 @@ bool Platform::openWebBrowser( const char* webAddress )
|
|||
|
||||
return( true );
|
||||
}
|
||||
#endif
|
||||
|
||||
//--------------------------------------
|
||||
// Login password routines:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue