aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/font.cpp')
-rw-r--r--engines/cine/font.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/cine/font.cpp b/engines/cine/font.cpp
index 0cd96af135..69bac063a8 100644
--- a/engines/cine/font.cpp
+++ b/engines/cine/font.cpp
@@ -22,11 +22,14 @@
*
*/
-#include "cine/cine.h"
+#include "common/stdafx.h"
+#include "common/scummsys.h"
+
+#include "cine/font.h"
namespace Cine {
-const characterEntry fontParamTable[256] = {
+const CharacterEntry fontParamTable[256] = {
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},
{ 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0}, { 0, 0},