None
Returns 1 on success, 0 on error.
DescriptionEdit
Initializes the dungeon resource manager. Call once at program startup. If the function returns failure the program should be aborted.
Local Result as integer
Result = RMInitDungeon()
if (not Result) then End