From 82974a9ce37aba6240f7c3543947631170f012c2 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Tue, 22 May 2018 08:03:37 +0300 Subject: PINK: fix indentation --- engines/pink/director.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'engines/pink/director.h') diff --git a/engines/pink/director.h b/engines/pink/director.h index c2decd0a66..b1566e7000 100644 --- a/engines/pink/director.h +++ b/engines/pink/director.h @@ -36,28 +36,28 @@ class CelDecoder; class Director { public: - Director(OSystem *system); - Actor *getActorByPoint(Common::Point point); + Director(OSystem *system); + Actor *getActorByPoint(Common::Point point); - void draw(); - void update(); + void draw(); + void update(); - void addSprite(ActionCEL *sprite); - void removeSprite(ActionCEL *sprite); - void setPallette(const byte *pallete); + void addSprite(ActionCEL *sprite); + void removeSprite(ActionCEL *sprite); + void setPallette(const byte *pallete); - void addSound(ActionSound* sound); - void removeSound(ActionSound* sound); + void addSound(ActionSound* sound); + void removeSound(ActionSound* sound); - void clear(); + void clear(); - bool showBounds; + bool showBounds; private: - void drawSprite(ActionCEL *sprite); - OSystem *_system; - Common::Array _sprites; - Common::Array _sounds; + void drawSprite(ActionCEL *sprite); + OSystem *_system; + Common::Array _sprites; + Common::Array _sounds; }; } // End of namespace Pink -- cgit v1.2.3