rework on graphics.cpp, implement some GFX with lua

This commit is contained in:
Eduardo Bart
2011-08-14 14:45:25 -03:00
parent 2abe962aa9
commit afc197f2dc
28 changed files with 250 additions and 128 deletions

View File

@@ -14,6 +14,7 @@ Module
require 'util'
require 'widget'
require 'messagebox'
require 'dispatcher'
rootWidget = getRootWidget()
return true