Skip to content

Commit

Permalink
TSAGE: Fix incorrectly named header defines
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 30, 2015
1 parent 9c09f24 commit 4e40441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/graphics.h
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef RING_GRAPHICS_H
#define RING_GRAPHICS_H
#ifndef TSAGE_GRAPHICS_H
#define TSAGE_GRAPHICS_H

#include "tsage/events.h"
#include "tsage/saveload.h"
Expand Down
4 changes: 2 additions & 2 deletions engines/tsage/resources.h
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef RING_RESOURCES_H
#define RING_RESOURCES_H
#ifndef TSAGE_RESOURCES_H
#define TSAGE_RESOURCES_H

#include "common/scummsys.h"
#include "common/array.h"
Expand Down

0 comments on commit 4e40441

Please sign in to comment.