mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
WINTERMUTE: Keep a bunch of attrs private in VideoSubtitler
This commit is contained in:
parent
a78a4d40dd
commit
581aff7f8f
@ -45,8 +45,9 @@ public:
|
||||
bool loadSubtitles(const Common::String &filename, const Common::String &subtitleFile);
|
||||
bool display();
|
||||
bool update(long frame);
|
||||
long _lastSample;
|
||||
private:
|
||||
Common::Array<VideoSubtitle *> _subtitles;
|
||||
long _lastSample;
|
||||
};
|
||||
|
||||
} // End of namespace Wintermute
|
||||
|
Loading…
x
Reference in New Issue
Block a user