forked from historicalsource/nflblitz2000
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.c
More file actions
executable file
·27 lines (22 loc) · 1.18 KB
/
Copy pathdata.c
File metadata and controls
executable file
·27 lines (22 loc) · 1.18 KB
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
/****************************************************************************/
/* */
/* data.c - No code here. This just includes all the model data files. */
/* */
/* Written by: Jason Skiles */
/* Version: 1.00 */
/* */
/* Copyright (c) 1996 by Williams Electronics Games Inc. */
/* All Rights Reserved */
/* */
/****************************************************************************/
#include "include/ani3D.h"
#include "models/plyr266.h"
#include "models/plyr266f.h"
#include "models/plyr498.h"
#include "models/plyr498f.h"
#include "models/plyr001b.h"
#include "models/plyr002b.h"
#include "models/jerseys.h"
#include "models/skeleton.h"
#include "models/head.h"
#include "models/helm.h"