mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
move to codebase-defined entry point style, with basic command line argument parsing, capture, thread-ctx, and other boilerplate deduplicated in the base layer's entry point definition
This commit is contained in:
@@ -813,7 +813,7 @@ lnx_safe_call_sig_handler(int){
|
||||
//~ rjf: @os_hooks Main Initialization API (Implemented Per-OS)
|
||||
|
||||
internal void
|
||||
os_init(int argc, char **argv)
|
||||
os_init(void)
|
||||
{
|
||||
// NOTE(allen): Initialize linux layer mutex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user