mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-24 11:22:39 +01:00
c40d40bd22
- moved necessary data to new sources - running intro with TOMB5 HLE emulator
13 lines
288 B
C
13 lines
288 B
C
#ifndef MODELS_H
|
|
#define MODELS_H
|
|
|
|
|
|
extern void ProcessMDSLump(char *lump_file, int lump_size); // 0x00064CFC
|
|
|
|
extern int ProcessCarModelLump(char *lump_ptr, int lump_size); // 0x00064E6C
|
|
|
|
extern struct MODEL * GetCarModel(char *src, char **dest, int KeepNormals); // 0x00065134
|
|
|
|
|
|
#endif
|