Complete disaster-recovery snapshot: engine/game source, game data assets, VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive. Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false, no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
24 lines
500 B
C
24 lines
500 B
C
/**********************************************************************
|
|
*<
|
|
FILE: utillib.h
|
|
|
|
DESCRIPTION:
|
|
|
|
CREATED BY: Dan Silva
|
|
|
|
HISTORY:
|
|
|
|
*> Copyright (c) 1994, All Rights Reserved.
|
|
**********************************************************************/
|
|
|
|
#include "utilexp.h"
|
|
#include "assert1.h"
|
|
#include "tab.h"
|
|
#include "strclass.h"
|
|
#include "ptrvec.h"
|
|
#include "genhier.h"
|
|
#include "dbgprint.h"
|
|
#include "nametab.h"
|
|
#include "random.h"
|
|
#include "SystemUtilities.h"
|