-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathBKGDBANK.C
More file actions
38 lines (29 loc) · 845 Bytes
/
BKGDBANK.C
File metadata and controls
38 lines (29 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/******************************************************************************
File: bkgdbank.c
Date: August 1994
(C) Williams Entertainment
Mortal Kombat III Bank Routines
******************************************************************************/
/* INCLUDES */
#include "system.h"
#ifdef SONY_PSX
#include "mksony.h"
#endif /* SONY_PSX */
#include "mkbkgd.h"
#include "mkobj.h"
#include "mkos.h"
#include "mkgame.h"
#include "mkutil.h"
#include "mkfx.h"
#include "mkani.h"
#include "mkinit.h"
#include "mkpal.h"
#include "mksound.h"
#include "valloc.h"
/* Prototypes */
/************************************************************
* B A N K S T U F F *
************************************************************/
/********************
Externals
********************/