mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 09:50:33 +00:00
more high level functions
This commit is contained in:
parent
f50cf32b87
commit
84204471a5
28 changed files with 415 additions and 24 deletions
|
@ -5,6 +5,7 @@ class CEntity;
|
|||
class cDMAudio
|
||||
{
|
||||
public:
|
||||
void Service(void);
|
||||
void ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed);
|
||||
void ResetTimers(UInt32 timerval);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue