From f6db2d471f65e7cf791ec54576f869b7d3d71d4e Mon Sep 17 00:00:00 2001 From: gravermistakes Date: Mon, 6 Jul 2026 19:47:39 -0700 Subject: [PATCH] Update and rename engine.adb to bounds.adb Signed-off-by: gravermistakes --- core/src/{core/engine.adb => auth/bounds.adb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/src/{core/engine.adb => auth/bounds.adb} (97%) diff --git a/core/src/core/engine.adb b/core/src/auth/bounds.adb similarity index 97% rename from core/src/core/engine.adb rename to core/src/auth/bounds.adb index 9e1f9df..acd6681 100644 --- a/core/src/core/engine.adb +++ b/core/src/auth/bounds.adb @@ -1,5 +1,5 @@ -- The implementation of the Forge. -package body Engine is +package body bounds is protected body Core_State is