mirror of
https://github.com/Ukendio/jecs.git
synced 2026-03-18 00:44:32 +00:00
7 lines
141 B
Text
7 lines
141 B
Text
if not game then script = require "test/relative-string" end
|
|
|
|
local function VIDE_ASSERT(msg): any
|
|
error(msg, 0)
|
|
end
|
|
|
|
return VIDE_ASSERT
|