1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-11 20:55:27 +00:00
re3/src/audio/DMAudio.h

10 lines
166 B
C
Raw Normal View History

2019-05-18 10:39:39 +00:00
#pragma once
class CEntity;
class cDMAudio
{
public:
static void ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed);
};