aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/winfont.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-22 20:01:19 -0500
committerMatthew Hoops2011-02-22 20:03:18 -0500
commita2a0b13de2cd6fb28787b2821466f3ef7c2210ea (patch)
tree07982f6f3efef63b3380699f7c0bcae48e6ee4ff /graphics/fonts/winfont.cpp
parent3a3fd9f009e253b9943dcbc56324a0c935324d04 (diff)
downloadscummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.tar.gz
scummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.tar.bz2
scummvm-rg350-a2a0b13de2cd6fb28787b2821466f3ef7c2210ea.zip
COMMON: Begin to merge some NE/PE code
The ID classes are now common to both. The files have been renamed to better illustrate their purpose.
Diffstat (limited to 'graphics/fonts/winfont.cpp')
-rw-r--r--graphics/fonts/winfont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fonts/winfont.cpp b/graphics/fonts/winfont.cpp
index fb37c8ddef..449a1de83e 100644
--- a/graphics/fonts/winfont.cpp
+++ b/graphics/fonts/winfont.cpp
@@ -23,8 +23,8 @@
*/
#include "common/file.h"
-#include "common/ne_exe.h"
#include "common/str.h"
+#include "common/winexe_ne.h"
#include "graphics/fonts/winfont.h"
namespace Graphics {