oops
svn-id: r4839
This commit is contained in:
parent
446b1231eb
commit
cfcad4fb44
4 changed files with 8 additions and 8 deletions
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
#ifndef SMUSH_CONFIG_H
|
||||
#define SMUSH_CONFIG_H
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <scumm.h>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef MIXER_H
|
||||
#define MIXER_H
|
||||
#ifndef SMUSH_MIXER_H
|
||||
#define SMUSH_MIXER_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef PALETTE_H
|
||||
#define PALETTE_H
|
||||
#ifndef SMUSH_PALETTE_H
|
||||
#define SMUSH_PALETTE_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef RECT_H
|
||||
#define RECT_H
|
||||
#ifndef SMUSH_RECT_H
|
||||
#define SMUSH_RECT_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue