mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
PEGASUS: Update the MMTypes with a TimeValue/TimeScale replacement
This commit is contained in:
parent
e789ab0d3b
commit
e5953a879b
@ -53,8 +53,7 @@ const tDisplayElementID kCurrentDragSpriteID = 1000;
|
||||
//const Fixed kFixed1 = 1 << 16;
|
||||
//const Fixed kFixedMinus1 = -1 << 16;
|
||||
|
||||
// Originally "TimeScale" instead of int
|
||||
const int kDefaultTimeScale = 600;
|
||||
const TimeScale kDefaultTimeScale = 600;
|
||||
|
||||
// TODO
|
||||
//const RGBColor kWhiteRGB = {0xFFFF, 0xFFFF, 0xFFFF};
|
||||
|
@ -93,6 +93,11 @@ enum tSlideDirection {
|
||||
kSlideDownRightMask = kSlideRightMask | kSlideDownMask
|
||||
};
|
||||
|
||||
// ScummVM QuickTime/QuickDraw replacement types
|
||||
typedef uint TimeValue;
|
||||
typedef uint TimeScale;
|
||||
// TODO: Fixed and RGBColor
|
||||
|
||||
} // End of namespace Pegasus
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user