File

core/eventmanager2.lua @ 1231:6f251813f1e5

modulemanager: Added hook(event, handler) to the plugin API
author Waqas Hussain <waqas20@gmail.com>
date Sat, 30 May 2009 17:35:32 +0500
parent 1008:da7691ebec9c
child 1243:cd004d83a12a
line wrap: on
line source


local events = require "util.events".new();

module "eventmanager"

return events;