From 9640339f2e9dc126406f6b6f8a091b924898b4f5 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 25 Sep 2005 20:59:02 +0000 Subject: *** empty log message *** --- src/camera.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/camera.h') diff --git a/src/camera.h b/src/camera.h index eee8bd7..beb1260 100644 --- a/src/camera.h +++ b/src/camera.h @@ -64,7 +64,7 @@ public: const int port, int width, int height); - void setCpr(char *newcpr); + void setCpr(char *newcpr, char* name); // Camera actions void start(); @@ -76,7 +76,7 @@ public: int getQueueLength(); // Indirect call to player->resize - void resize(int width, int height); + void resize(int width, int height, bool showtext); private: // Info object passed to all sub objects. -- cgit v1.2.3