mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
SCUMM: DiMUSE: Update old WIP include guard
This oversight was brought over from when this version of the engine was marked as v2
This commit is contained in:
parent
97aca895e5
commit
ada9bd3098
@ -19,8 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if !defined(SCUMM_IMUSE_DIGI_V2_MIXER_H) && defined(ENABLE_SCUMM_7_8)
|
||||
#define SCUMM_IMUSE_DIGI_V2_MIXER_H
|
||||
#if !defined(SCUMM_IMUSE_DIGI_MIXER_H) && defined(ENABLE_SCUMM_7_8)
|
||||
#define SCUMM_IMUSE_DIGI_MIXER_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/mutex.h"
|
||||
|
Loading…
Reference in New Issue
Block a user