From e8c0a474ef001caaede8e955d1f99f3d6c542e8d Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 6 Sep 2018 20:35:03 +0800 Subject: *update --- JGUI/main.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 JGUI/main.lua (limited to 'JGUI/main.lua') diff --git a/JGUI/main.lua b/JGUI/main.lua new file mode 100644 index 0000000..93fea92 --- /dev/null +++ b/JGUI/main.lua @@ -0,0 +1,19 @@ +local JGUI = require("JGUI") + +function jin.core.onLoad() + +end + +function jin.core.onEvent(e) + if e.type == "quit" then + jin.core.stop() + end +end + +function jin.core.onUpdate() + +end + +function jin.core.onDraw() + +end -- cgit v1.1-26-g67d0