summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index 2da585b..59f3628 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.15 2005/07/25 15:56:27 deva
+ * *** empty log message ***
+ *
* Revision 1.14 2005/07/25 12:42:13 deva
* *** empty log message ***
*
@@ -108,6 +111,8 @@ public:
int getQueueLength();
+ void resize(int width, int height);
+
private:
// Info object passed to all sub objects.
Info *info;