🚚 Split up all.h in to proper header relations

This commit is contained in:
Anders Jenbo 2021-04-16 00:02:21 +02:00
commit 997c1dba55
180 changed files with 791 additions and 348 deletions

View file

@ -3,10 +3,12 @@
*
* Implementation of functions for loading and playing sounds.
*/
#include "all.h"
#include "sound.h"
#include <SDL_mixer.h>
#include "init.h"
#include "player.h"
#include "sound.h"
namespace devilution {
int sfxdelay;