mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 15:38:59 +00:00
MORTEVIELLE: Fixed ifdef header guard naming
This commit is contained in:
parent
32c62aaf80
commit
8a098d75aa
@ -25,8 +25,8 @@
|
||||
* Copyright (c) 1987-1989 Lankhor
|
||||
*/
|
||||
|
||||
#ifndef MORTEVIELLE_PAROLE_H
|
||||
#define MORTEVIELLE_PAROLE_H
|
||||
#ifndef MORTEVIELLE_SPEECH_H
|
||||
#define MORTEVIELLE_SPEECH_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "mortevielle/sound.h"
|
||||
@ -99,4 +99,5 @@ public:
|
||||
};
|
||||
|
||||
} // End of namespace Mortevielle
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user