Index

Package: Engine_Debugging

Description

package Engine_Debugging is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Types

Hashed_String_Array

type Hashed_String_Array is array (Positive range <>) of Hashed_String;

Constants & Global variables

Systems (Hashed_String_Array)

Systems : constant Hashed_String_Array := (
        To_Hashed_String( "audio" ),
        To_Hashed_String( "entities" ),
        To_Hashed_String( "eval" ),
        To_Hashed_String( "events" ),
        To_Hashed_String( "game" ),
        To_Hashed_String( "gui" ),
        To_Hashed_String( "init" ),
        To_Hashed_String( "input" ),
        To_Hashed_String( "physics" ),
        To_Hashed_String( "prefs" ),
        To_Hashed_String( "procs" ),
        To_Hashed_String( "res" ),
        To_Hashed_String( "tiles" ),
        To_Hashed_String( "view" ),
        To_Hashed_String( "mem" )
    );