Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I

kidding, I'm still testing the SVN change.)

svn-id: r24806
This commit is contained in:
Torbjörn Andersson 2006-12-03 18:29:58 +00:00
parent 2564d954de
commit f36beed55d
18 changed files with 36 additions and 36 deletions

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_ANIM_H_
#define CINE_ANIM_H_
#ifndef CINE_ANIM_H
#define CINE_ANIM_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_BG_H_
#define CINE_BG_H_
#ifndef CINE_BG_H
#define CINE_BG_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_BGLIST_H_
#define CINE_BGLIST_H_
#ifndef CINE_BGLIST_H
#define CINE_BGLIST_H
#include "common/stdafx.h"
#include "common/scummsys.h"

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_GFX_H_
#define CINE_GFX_H_
#ifndef CINE_GFX_H
#define CINE_GFX_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_MAINLOOP_H_
#define CINE_MAINLOOP_H_
#ifndef CINE_MAINLOOP_H
#define CINE_MAINLOOP_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_MSG_H_
#define CINE_MSG_H_
#ifndef CINE_MSG_H
#define CINE_MSG_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_OBJECT_H_
#define CINE_OBJECT_H_
#ifndef CINE_OBJECT_H
#define CINE_OBJECT_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_PAL_H_
#define CINE_PAL_H_
#ifndef CINE_PAL_H
#define CINE_PAL_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_PART_H_
#define CINE_PART_H_
#ifndef CINE_PART_H
#define CINE_PART_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_PRC_H_
#define CINE_PRC_H_
#ifndef CINE_PRC_H
#define CINE_PRC_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_REL_H_
#define CINE_REL_H_
#ifndef CINE_REL_H
#define CINE_REL_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_RESOURCE_H_
#define CINE_RESOURCE_H_
#ifndef CINE_RESOURCE_H
#define CINE_RESOURCE_H
#include "common/stdafx.h"
#include "common/scummsys.h"

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_SCRIPT_H_
#define CINE_SCRIPT_H_
#ifndef CINE_SCRIPT_H
#define CINE_SCRIPT_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_SFXPLAYER_H_
#define CINE_SFXPLAYER_H_
#ifndef CINE_SFXPLAYER_H
#define CINE_SFXPLAYER_H
namespace Cine {

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_SOUNDDRIVER_H_
#define CINE_SOUNDDRIVER_H_
#ifndef CINE_SOUNDDRIVER_H
#define CINE_SOUNDDRIVER_H
#include "sound/audiostream.h"
#include "sound/fmopl.h"

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_TEXTE_H_
#define CINE_TEXTE_H_
#ifndef CINE_TEXTE_H
#define CINE_TEXTE_H
#include "common/stdafx.h"
#include "common/scummsys.h"

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_UNPACK_H_
#define CINE_UNPACK_H_
#ifndef CINE_UNPACK_H
#define CINE_UNPACK_H
#include "common/stdafx.h"
#include "common/scummsys.h"

View File

@ -22,8 +22,8 @@
*
*/
#ifndef CINE_VARIOUS_H_
#define CINE_VARIOUS_H_
#ifndef CINE_VARIOUS_H
#define CINE_VARIOUS_H
#include "common/stdafx.h"
#include "common/file.h"