extract debugging code to internal/debugging module

This commit is contained in:
MihailRis
2025-10-31 23:18:26 +03:00
parent 0e2b203fb2
commit 284f24433c
4 changed files with 157 additions and 157 deletions
+2 -4
View File
@@ -177,10 +177,8 @@ function inventory.set_description(invid, slot, description)
inventory.set_data(invid, slot, "description", description)
end
if enable_experimental then
require "core:internal/maths_inline"
end
require "core:internal/maths_inline"
require "core:internal/debugging"
asserts = require "core:internal/asserts"
events = require "core:internal/events"