From f58b327650d9ecaba454d626c07fd01351d0880c Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 20 Mar 2025 14:23:19 -0500 Subject: core: init: remove hot reload support Remove hot code reloading support from the core API. This functionality is not achievable under current conditions and does not align with project goals. Signed-off-by: Danny Holman --- include/rune/core/init.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/rune/core/init.h') diff --git a/include/rune/core/init.h b/include/rune/core/init.h index 50f7188..2518e8b 100644 --- a/include/rune/core/init.h +++ b/include/rune/core/init.h @@ -38,9 +38,4 @@ RAPI int rune_init(int argc, char* argv[]); */ RAPI void rune_exit(void); -/** - * \brief Hot-reloads the entire engine library from disk - */ -RAPI int rune_hot_reload(void); - #endif -- cgit v1.2.3