class
	DOOMSTAT_H

General
	cluster: brie_doom
	description: 
		"doomstat.h
		All the global variables that store the internal state.
		 Theoretically speaking, the internal state of the engie
		 should be found by looking at the variables collected
		 here, and every relevant module will have to include
		 this header file.
		In practice, things are a bit messy."
	create: make

Ancestors
	ANY

Queries
	gamemode: GAME_MODE_T
	modifiedgame: BOOLEAN
	precache: BOOLEAN

Commands
	make
	set_gamemode (a_new: [like gamemode] GAME_MODE_T)


Generated by ISE EiffelStudio