diff options
author | aap <aap@papnet.eu> | 2019-05-19 21:28:10 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-19 21:28:10 +0200 |
commit | c4f9b9573f1535d3297946fbb5c73393594ffa24 (patch) | |
tree | 47acb1934d86d3ab220035258a2345f526c9b922 /src/audio/DMAudio.h | |
parent | more work on CPhysical (diff) | |
download | re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar.gz re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar.bz2 re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar.lz re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar.xz re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.tar.zst re3-c4f9b9573f1535d3297946fbb5c73393594ffa24.zip |
Diffstat (limited to 'src/audio/DMAudio.h')
-rw-r--r-- | src/audio/DMAudio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/DMAudio.h b/src/audio/DMAudio.h index 8d49be27..140c6493 100644 --- a/src/audio/DMAudio.h +++ b/src/audio/DMAudio.h @@ -5,5 +5,6 @@ class CEntity; class cDMAudio { public: - static void ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed); + void ReportCollision(CEntity *A, CEntity *B, uint8 surfA, uint8 surfB, float impulse, float speed); }; +extern cDMAudio &DMAudio; |