Skip to content

Commit

Permalink
SCI: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 1, 2016
1 parent d5d42d5 commit 6f87a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engines/sci/engine/segment.h
Expand Up @@ -535,7 +535,7 @@ inline void set##property(uint##size value) {\
WRITE_SCI11ENDIAN_UINT##size(_data + (offset), (value));\
}

class BitmapTable;
struct BitmapTable;

/**
* A convenience class for creating and modifying in-memory
Expand Down
2 changes: 1 addition & 1 deletion engines/sci/graphics/frameout.h
Expand Up @@ -33,7 +33,7 @@ typedef Common::Array<RectList> EraseListList;
class GfxCoordAdjuster32;
class GfxScreen;
class GfxTransitions32;
class PlaneShowStyle;
struct PlaneShowStyle;

/**
* Frameout class, kFrameout and relevant functions for SCI32 games.
Expand Down

0 comments on commit 6f87a2b

Please sign in to comment.