mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 21:08:36 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -38,7 +38,7 @@ typedef void (*ViewPortInputCallback)(InputEvent* event, void* context);
|
||||
*
|
||||
* @return ViewPort instance
|
||||
*/
|
||||
ViewPort* view_port_alloc();
|
||||
ViewPort* view_port_alloc(void);
|
||||
|
||||
/** ViewPort deallocator
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user