mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
Add Implements of GetArgc and GetArgv
This commit is contained in:
parent
c7a60f90a2
commit
e7372dcf5f
|
@ -1346,3 +1346,13 @@ int main(int argc, char* argv[])
|
|||
MiniEngine::SDLSystem::Quit();
|
||||
return ret;
|
||||
}
|
||||
|
||||
int GetArgc()
|
||||
{
|
||||
return _miniengine_argc;
|
||||
}
|
||||
|
||||
char** GetArgv()
|
||||
{
|
||||
return _miniengine_argv;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user