Database rework.

This commit is contained in:
FlightControl
2016-04-26 12:16:54 +02:00
parent 92bf378a1c
commit 243009704d
3 changed files with 24 additions and 749 deletions

13
Moose/Moose.lua Normal file
View File

@@ -0,0 +1,13 @@
--- The main include file for the MOOSE system.
Include.File( "Routines" )
Include.File( "Database" )
Include.File( "Base" )
Include.File( "Event" )
--- Declare the main database object, which is used internally by the MOOSE classes.
_Database = DATABASE:New():ScanEnvironment() -- Database#DATABASE
--- Declare the event dispatcher based on the EVENT class
_EVENTDISPATCHER = EVENT:New() -- #EVENT