mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 10:52:36 +01:00
12 lines
276 B
C
12 lines
276 B
C
#ifndef CELL_H
|
|
#define CELL_H
|
|
|
|
extern unsigned char cell_object_computed_values[2048];
|
|
|
|
extern void ClearCopUsage(); // 0x00023DC0
|
|
|
|
extern struct PACKED_CELL_OBJECT * GetFirstPackedCop(int cellx, int cellz, struct CELL_ITERATOR *pci, int use_computed); // 0x00023BAC
|
|
|
|
|
|
#endif
|