Skip to content

Commit

Permalink
Add function prototype for S_SetUnderwaterIntensity
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Mar 4, 2024
1 parent c44943f commit e398fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snd_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ extern qbool simsound;
// Architecture-independent functions
// ====================================================================

void S_SetUnderwaterIntensity(void);

void S_MixToBuffer(void *stream, unsigned int frames);

qbool S_LoadSound (struct sfx_s *sfx, qbool complain);
Expand Down

0 comments on commit e398fe9

Please sign in to comment.