REDRIVER2/src_rebuild/GAME/C/MODELS.H
Ilya Shurumov c40d40bd22 - added sources rebuilt with TDR and partially decompiled intro sequence
- moved necessary data to new sources
- running intro with TOMB5 HLE emulator
2020-03-28 03:25:35 +06:00

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