mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-08-25 20:48:20 +00:00
Added bgfx::init default argument.
This commit is contained in:
@@ -1812,7 +1812,7 @@ namespace bgfx
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_init`.
|
||||
///
|
||||
bool init(const Init& _init);
|
||||
bool init(const Init& _init = {});
|
||||
|
||||
/// Shutdown bgfx library.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user