CHEWY: Header define fixes

This commit is contained in:
Paul Gilbert 2022-02-27 14:43:51 -08:00
parent 30ff8c38dc
commit 873bb78724
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
*
*/
#ifndef CHEWY_GLOBAL_H
#define CHEWY_GLOBAL_H
#ifndef CHEWY_GLOBALS_H
#define CHEWY_GLOBALS_H
#include "common/array.h"
#include "chewy/chewy.h"

View File

@ -19,8 +19,8 @@
*
*/
#ifndef CHEWY_IOGame2_H
#define CHEWY_IOGame2_H
#ifndef CHEWY_IO_GAME_H
#define CHEWY_IO_GAME_H
#include "chewy/mcga.h"
#include "chewy/cursor.h"