From bba45ce96b76e29be95bf145fab2e3baba2c91e0 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 5 Mar 2024 10:18:13 -0500 Subject: [PATCH] deleting hot_reload file (not needed right now) --- code/hot_reload.odin | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 code/hot_reload.odin diff --git a/code/hot_reload.odin b/code/hot_reload.odin deleted file mode 100644 index bdc0b11..0000000 --- a/code/hot_reload.odin +++ /dev/null @@ -1,21 +0,0 @@ -package sectr - -// TODO(Ed): Do this if we got over 25 bindings we're dealing with in persistent. -// The purpose of this is to manage anything we need to help mitigate the difficulties with hot-reloading. - -// ProcAddressEntry :: struct { -// addresses : [2] rawptr -// } - -// ProcAddressTracker :: struct { -// table : HMapZPL( ProcAddressEntry ), -// current : -// } - -// reload_report_callback :: proc( binding : ^Type ) { - -// } - - - -