TINSEL: Minor style-fixes

This commit is contained in:
Einar Johan Trøan Sømåen 2022-05-26 19:38:10 +02:00 committed by Filippos Karapetis
parent aa4c3184eb
commit 54f179dfab

View File

@ -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