C:/Documents and Settings/mtauraso/Desktop/proj3/projectX/Camera.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "Object.h"
00004 #include "Screen.h"
00005 
00006 class Camera : public Object
00007 {
00008 public:
00009         Camera();
00010         void control();
00011         void draw(){};
00012 };

Generated on Sat Apr 22 15:05:20 2006 for ProjectX by  doxygen 1.4.6-NO