svn-id: r4839
This commit is contained in:
Max Horn 2002-08-24 23:37:50 +00:00
parent 446b1231eb
commit cfcad4fb44
4 changed files with 8 additions and 8 deletions

View file

@ -19,8 +19,8 @@
*
*/
#ifndef CONFIG_H
#define CONFIG_H
#ifndef SMUSH_CONFIG_H
#define SMUSH_CONFIG_H
#include <stdafx.h>
#include <scumm.h>

View file

@ -19,8 +19,8 @@
*
*/
#ifndef MIXER_H
#define MIXER_H
#ifndef SMUSH_MIXER_H
#define SMUSH_MIXER_H
#include "config.h"

View file

@ -19,8 +19,8 @@
*
*/
#ifndef PALETTE_H
#define PALETTE_H
#ifndef SMUSH_PALETTE_H
#define SMUSH_PALETTE_H
#include "config.h"

View file

@ -19,8 +19,8 @@
*
*/
#ifndef RECT_H
#define RECT_H
#ifndef SMUSH_RECT_H
#define SMUSH_RECT_H
#include "config.h"