Database redesign progress

This commit is contained in:
FlightControl
2016-04-28 13:28:03 +02:00
parent 10177331b4
commit 88e0b17741
8 changed files with 369 additions and 78 deletions

View File

@@ -1,13 +1,15 @@
--- The main include file for the MOOSE system.
Include.File( "Routines" )
Include.File( "Database" )
Include.File( "Base" )
Include.File( "Database" )
Include.File( "Event" )
-- The order of the declarations is important here. Don't touch it.
--- Declare the event dispatcher based on the EVENT class
_EVENTDISPATCHER = EVENT:New() -- #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