mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
TINSEL: Minor style-fixes
This commit is contained in:
parent
aa4c3184eb
commit
54f179dfab
@ -135,11 +135,11 @@ void MultiForceRedraw(
|
||||
OBJECT *pMultiObj); // multi-part object to be forced
|
||||
|
||||
struct FREEL;
|
||||
OBJECT* InsertReelObj(const FREEL *reels);
|
||||
OBJECT *InsertReelObj(const FREEL *reels);
|
||||
struct FILM;
|
||||
enum class SysReel;
|
||||
const FILM* GetSystemReelFilm(SysReel reelIndex);
|
||||
OBJECT* InsertSystemReelObj(SysReel reelIndex);
|
||||
const FILM *GetSystemReelFilm(SysReel reelIndex);
|
||||
OBJECT *InsertSystemReelObj(SysReel reelIndex);
|
||||
|
||||
} // End of namespace Tinsel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user