mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
oops++ (nw)
This commit is contained in:
parent
a94eeb628f
commit
06e2aa26a2
@ -8,9 +8,9 @@ exports.description = "Game play timer"
|
|||||||
exports.license = "The BSD 3-Clause License"
|
exports.license = "The BSD 3-Clause License"
|
||||||
exports.author = { name = "Carl" }
|
exports.author = { name = "Carl" }
|
||||||
|
|
||||||
local dummy = exports
|
local timer = exports
|
||||||
|
|
||||||
function dummy.startplugin()
|
function timer.startplugin()
|
||||||
local timer_path = "timer"
|
local timer_path = "timer"
|
||||||
local timer_started = false
|
local timer_started = false
|
||||||
local total_time = 0
|
local total_time = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user