first pass at setting up base layer async thread path

This commit is contained in:
Ryan Fleury
2025-09-17 10:06:21 -07:00
parent 443646b356
commit 99c989a3c3
5 changed files with 162 additions and 2 deletions
+1
View File
@@ -8,5 +8,6 @@ internal void main_thread_base_entry_point(int argc, char **argv);
internal void supplement_thread_base_entry_point(void (*entry_point)(void *params), void *params);
internal U64 update_tick_idx(void);
internal B32 update(void);
internal void async_thread_entry_point(void *params);
#endif // BASE_ENTRY_POINT_H