automatically mark up entry_point as exe entry points, for codebase builds

This commit is contained in:
Ryan Fleury
2025-04-07 13:45:06 -07:00
parent da69d9e91c
commit 84e16b81ff
+1
View File
@@ -329,6 +329,7 @@ internal Guid os_make_guid(void);
// into the standard codebase program entry points, named "entry_point".
#if BUILD_ENTRY_DEFINING_UNIT
raddbg_entry_point(entry_point);
internal void entry_point(CmdLine *cmdline);
#endif