diff options
| author | oy <Tom_Adams@web.de> | 2011-02-27 15:03:57 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-02-27 15:03:57 +0100 |
| commit | d9ce7203871cea0046144bce175df5bf1d7fcc19 (patch) | |
| tree | 10ecc4f818eb7c5f1402a774a351e6d7bc9a04bf /src/engine/client/sound.cpp | |
| parent | 45eee0c8c2bb5af6629db9adefeecea88a547fb4 (diff) | |
| download | zcatch-d9ce7203871cea0046144bce175df5bf1d7fcc19.tar.gz zcatch-d9ce7203871cea0046144bce175df5bf1d7fcc19.zip | |
made engine an interface
Diffstat (limited to 'src/engine/client/sound.cpp')
| -rw-r--r-- | src/engine/client/sound.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client/sound.cpp b/src/engine/client/sound.cpp index fea79285..55ca2939 100644 --- a/src/engine/client/sound.cpp +++ b/src/engine/client/sound.cpp @@ -1,6 +1,8 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #include <base/system.h> +#include <engine/graphics.h> +#include <engine/storage.h> #include <engine/shared/config.h> #include "SDL.h" |