mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10152
This commit is contained in:
parent
925ddb1b86
commit
07a9646997
@ -22,7 +22,7 @@
|
||||
#ifndef SMUSH_CHANNEL_H
|
||||
#define SMUSH_CHANNEL_H
|
||||
|
||||
#include "common/engine.h"
|
||||
#include "common/util.h"
|
||||
|
||||
class Chunk;
|
||||
class ContChunk;
|
||||
|
@ -22,9 +22,9 @@
|
||||
#include "stdafx.h"
|
||||
#include "chunk.h"
|
||||
|
||||
#include "common/engine.h"
|
||||
#include "common/file.h"
|
||||
#include "common/str.h"
|
||||
#include "common/util.h"
|
||||
|
||||
class FilePtr : public File {
|
||||
ScummVM::String _filename;
|
||||
|
@ -20,10 +20,9 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "codec37.h"
|
||||
#include "common/util.h"
|
||||
#include "scumm/bomp.h"
|
||||
|
||||
#include "common/engine.h"
|
||||
#include "scumm/smush/codec37.h"
|
||||
|
||||
void Codec37Decoder::init(int width, int height) {
|
||||
deinit();
|
||||
|
@ -20,10 +20,9 @@
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "codec47.h"
|
||||
#include "common/util.h"
|
||||
#include "scumm/bomp.h"
|
||||
|
||||
#include "common/engine.h"
|
||||
#include "scumm/smush/codec47.h"
|
||||
|
||||
#if defined(SCUMM_NEED_ALIGNMENT)
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "common/file.h"
|
||||
#include "common/engine.h"
|
||||
#include "common/util.h"
|
||||
#include "simon/sound.h"
|
||||
#include "sound/voc.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user