mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01:00
10 lines
166 B
C
10 lines
166 B
C
|
#pragma once
|
||
|
|
||
|
class CEntity;
|
||
|
|
||
|
class cDMAudio
|
||
|
{
|
||
|
public:
|
||
|
static void ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed);
|
||
|
};
|