2--! @
short standard library
object
3--! @brief can be used as mock
10 clear = function () end,
11 color = function () end,
12 rect = function () end,
13 text = function () end,
14 font = function () end,
15 line = function () end,
16 poly = function () end
19 reset = function () end,
20 exit = function () end
local function file(self, file)
local function reset(self)
local function exit(self)
local function draw(std, game)
local function line(x1, y1, x2, y2)
local function font(name, size)
local function rect(mode, x, y, width, height)
local function text(x, y, text)