mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +00:00
Fix include error
This commit is contained in:
parent
6c4a6def62
commit
bd80a16312
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#define __I_SOUND__
|
||||
|
||||
#include "i_soundinternal.h"
|
||||
#include "zstring.h"
|
||||
|
||||
class FileReader;
|
||||
struct FSoundChan;
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include "doomtype.h"
|
||||
#include "s_soundinternal.h"
|
||||
#include "sc_man.h"
|
||||
#include "templates.h"
|
||||
|
|
Loading…
Reference in a new issue