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
11 lines
220 B
C
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
|