mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
SCI: Update header guard
This commit is contained in:
parent
98b06f1ed6
commit
99c2023131
@ -19,8 +19,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SCI_SCICORE_VOCABULARY_H
|
#ifndef SCI_PARSER_VOCABULARY_H
|
||||||
#define SCI_SCICORE_VOCABULARY_H
|
#define SCI_PARSER_VOCABULARY_H
|
||||||
|
|
||||||
#include "common/str.h"
|
#include "common/str.h"
|
||||||
#include "common/hashmap.h"
|
#include "common/hashmap.h"
|
||||||
@ -440,4 +440,4 @@ int said(const byte *spec, bool verbose);
|
|||||||
|
|
||||||
} // End of namespace Sci
|
} // End of namespace Sci
|
||||||
|
|
||||||
#endif // SCI_SCICORE_VOCABULARY_H
|
#endif // SCI_PARSER_VOCABULARY_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user