mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Added platform name defines.
This commit is contained in:
parent
a1294a4d5d
commit
6005ebda2b
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ namespace entry
|
||||||
|
|
||||||
int main(int _argc, char** _argv)
|
int main(int _argc, char** _argv)
|
||||||
{
|
{
|
||||||
|
DBG(BX_COMPILER_NAME " / " BX_CPU_NAME " / " BX_ARCH_NAME " / " BX_PLATFORM_NAME);
|
||||||
|
|
||||||
cmdAdd("mouselock", cmdMouseLock);
|
cmdAdd("mouselock", cmdMouseLock);
|
||||||
cmdAdd("graphics", cmdGraphics );
|
cmdAdd("graphics", cmdGraphics );
|
||||||
cmdAdd("exit", cmdExit );
|
cmdAdd("exit", cmdExit );
|
||||||
|
|
Loading…
Reference in a new issue