diff options
Diffstat (limited to 'costume.cpp')
-rw-r--r-- | costume.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/costume.cpp b/costume.cpp index 6ca5f5618d..10e632f0d2 100644 --- a/costume.cpp +++ b/costume.cpp @@ -23,6 +23,7 @@ #include "stdafx.h" #include "scumm.h" #include "actor.h" +#include "costume.h" const byte revBitMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; |