mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
eliminate entry point 'mode'/type; just gather argc/argv as part of command line parse
This commit is contained in:
@@ -326,11 +326,7 @@ internal Guid os_make_guid(void);
|
||||
// into the standard codebase program entry points, named "entry_point".
|
||||
|
||||
#if BUILD_ENTRY_DEFINING_UNIT
|
||||
# if BASE_ENTRY_POINT_ARGCV
|
||||
internal void entry_point(int argc, char **argv);
|
||||
# else
|
||||
internal void entry_point(CmdLine *cmdline);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // OS_CORE_H
|
||||
|
||||
Reference in New Issue
Block a user