mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Source changes needed for Linux build.
This commit is contained in:
parent
109a766748
commit
d2700f881c
16 changed files with 73 additions and 27 deletions
|
|
@ -81,6 +81,8 @@ void OpenALDLLShutdown() {}
|
|||
|
||||
// Platform Stubs
|
||||
|
||||
bool Platform::excludeOtherInstances(const char*) { return true; }
|
||||
|
||||
// clipboard
|
||||
const char* Platform::getClipboard() { return ""; }
|
||||
bool Platform::setClipboard(const char *text) { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue