mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Merge pull request #2246 from lukaspj/update-cinterface
Update CInterface
This commit is contained in:
commit
644f4071ed
4 changed files with 48 additions and 9 deletions
|
|
@ -620,3 +620,8 @@ DefineEngineFunction( getUserHomeDirectory, const char *, (), , "getUserHomeDire
|
|||
{
|
||||
return Platform::getUserHomeDirectory();
|
||||
}
|
||||
|
||||
DefineEngineFunction(setMainDotCsDir, void, (const char* path), , "setMainDotCsDir()")
|
||||
{
|
||||
Platform::setMainDotCsDir(StringTable->insert(path));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue