REDRIVER2/src_rebuild/GAME/C/CELL.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

11 lines
220 B
C

#ifndef CELL_H
#define CELL_H
extern void ClearCopUsage(); // 0x00023DC0
extern struct PACKED_CELL_OBJECT * GetFirstPackedCop(int cellx, int cellz, struct CELL_ITERATOR *pci, int use_computed); // 0x00023BAC
#endif