diff options
Diffstat (limited to '3rdparty/bgfx/examples/25-c99/helloworld.c')
-rw-r--r-- | 3rdparty/bgfx/examples/25-c99/helloworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/25-c99/helloworld.c b/3rdparty/bgfx/examples/25-c99/helloworld.c index 6fb38ae0dd0..d81ffdb3596 100644 --- a/3rdparty/bgfx/examples/25-c99/helloworld.c +++ b/3rdparty/bgfx/examples/25-c99/helloworld.c @@ -13,7 +13,7 @@ uint16_t uint16_max(uint16_t _a, uint16_t _b) return _a < _b ? _b : _a; } -int _main_(int _argc, char** _argv) +int32_t _main_(int32_t _argc, char** _argv) { uint32_t width = 1280; uint32_t height = 720; |