mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 11:10:36 +00:00
rw skeleton
This commit is contained in:
parent
84204471a5
commit
28fce310d5
19 changed files with 2422 additions and 332 deletions
|
@ -5,6 +5,8 @@ class CEntity;
|
|||
class cDMAudio
|
||||
{
|
||||
public:
|
||||
void ReleaseDigitalHandle(void);
|
||||
void ReacquireDigitalHandle(void);
|
||||
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