mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Finished up splash screen implementation.
* Added stub methods for non-Windows platforms * Move canvas show to after tools have loaded * Fix a tab
This commit is contained in:
parent
5a1f6967ce
commit
346ad5bdaa
9 changed files with 43 additions and 13 deletions
|
|
@ -70,6 +70,11 @@ bool Platform::displaySplashWindow()
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Platform::closeSplashWindow()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#pragma mark ---- File IO ----
|
||||
//-----------------------------------------------------------------------------
|
||||
bool dPathCopy(const char* source, const char* dest, bool nooverwrite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue