diff options
| author | 2024-05-09 04:43:56 +1000 | |
|---|---|---|
| committer | 2024-05-09 04:43:56 +1000 | |
| commit | e22aae63a1993f3f19dac5c48872baea9d342146 (patch) | |
| tree | 773b05d9cf0decd518bd8275788324a0786ebd9d /plugins/layout | |
| parent | 5b2280fa542280e9b60143ab9328de526dc46bd1 (diff) | |
-merit/mtouchxl.cpp: Added touch-enabled layout.
-ui/tapectrl.cpp: Ensure device monitored for media change is up-to-date.
-osd/windows: Changed a pointer to a const reference in an API.
Diffstat (limited to 'plugins/layout')
| -rw-r--r-- | plugins/layout/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/layout/init.lua b/plugins/layout/init.lua index e4466a15912..d4c9a535f34 100644 --- a/plugins/layout/init.lua +++ b/plugins/layout/init.lua @@ -41,6 +41,7 @@ function layout.startplugin() print_info = emu.print_info, print_debug = emu.print_debug }, file = file, + math = math, print = print, pairs = pairs, ipairs = ipairs, |
