diff options
author | deva <deva> | 2005-09-25 20:59:02 +0000 |
---|---|---|
committer | deva <deva> | 2005-09-25 20:59:02 +0000 |
commit | 9640339f2e9dc126406f6b6f8a091b924898b4f5 (patch) | |
tree | dad14d120f0fc4401552714b5efffe20b5c78a4d /src/camera.h | |
parent | 36326a9c1bab28c5eccea6cc2c56c9a8b83dac0d (diff) |
*** empty log message ***
Diffstat (limited to 'src/camera.h')
-rw-r--r-- | src/camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |