mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Add missing ifdef guards to soundsdyn.h
git-svn-id: https://svn.eduke32.com/eduke32@7051 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f876e8ad0c
commit
f354f824f4
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,8 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
#ifndef soundsdyn_h__
|
||||
#define soundsdyn_h__
|
||||
|
||||
#define DYNSOUNDREMAP_ENABLE
|
||||
|
||||
|
@ -328,3 +330,4 @@ extern int32_t BIGBANG;
|
|||
#define DYNAMICSOUNDMAP(Soundnum) (Soundnum)
|
||||
|
||||
#endif
|
||||
#endif // soundsdyn_h__
|
||||
|
|
Loading…
Reference in a new issue