more high level functions

This commit is contained in:
aap 2019-05-31 11:44:43 +02:00
commit 84204471a5
28 changed files with 415 additions and 24 deletions

View file

@ -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);
};