Initial commit
This commit is contained in:
commit
ee4762673a
14 changed files with 410 additions and 0 deletions
15
game/platform/dos.lua
Normal file
15
game/platform/dos.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
local platform = {}
|
||||
|
||||
function platform.init()
|
||||
-- TODO: NOOP
|
||||
end
|
||||
|
||||
function platform.drawStart()
|
||||
-- TODO: NOOP
|
||||
end
|
||||
|
||||
function platform.drawEnd()
|
||||
-- TODO: NOOP
|
||||
end
|
||||
|
||||
return platform
|
||||
Loading…
Add table
Add a link
Reference in a new issue