aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/engine.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-15 06:16:27 +0000
committerArnaud Boutonné2010-10-15 06:16:27 +0000
commitbd18e20f7d429c908a1adea943b5c8b1c9800a90 (patch)
treedc16d085b46efd4d25f67c42e590afa723f5cbe2 /engines/hugo/engine.h
parente5ec399c55a616379c9c9c400d1eb96b24e9f15c (diff)
downloadscummvm-rg350-bd18e20f7d429c908a1adea943b5c8b1c9800a90.tar.gz
scummvm-rg350-bd18e20f7d429c908a1adea943b5c8b1c9800a90.tar.bz2
scummvm-rg350-bd18e20f7d429c908a1adea943b5c8b1c9800a90.zip
HUGO: Merge engine and hugo files
- Move initNewScreenDisplay to display.cpp - Merge engine.cpp and hugo.cpp svn-id: r53468
Diffstat (limited to 'engines/hugo/engine.h')
-rw-r--r--engines/hugo/engine.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/engines/hugo/engine.h b/engines/hugo/engine.h
deleted file mode 100644
index 0d14d244b5..0000000000
--- a/engines/hugo/engine.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
-
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * $URL$
- * $Id$
- *
- */
-
-/*
- * This code is based on original Hugo 1-3 Trilogy source code
- *
- * Copyright (c) 1989-1995 David P. Gray
- *
- */
-
-#ifndef HUGO_ENGINE_H
-#define HUGO_ENGINE_H
-namespace Hugo {
-
-enum seqTextEngine {
- // Strings used by the engine
- kEsAdvertise = 0
-};
-
-} // End of namespace Hugo
-
-#endif // HUGO_ENGINE_H