Move files in the correct file structure, add package definition and dtmt configuration.
4 lines
No EOL
171 B
Lua
4 lines
No EOL
171 B
Lua
local dmf = get_mod("DMF")
|
|
|
|
-- Add dmf functions with a value of dummy_func if they need to be defined while a module is disabled.
|
|
local dummy_func = function() return end |