vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Lens.h
Go to the documentation of this file.
1 #include <vrecko/Ability.h>
2 
3 using namespace vrecko;
4 
5 namespace behindO {
6 
7 class Lens: public Ability {
8  public:
9  Lens();
10  ~Lens() {};
11 
12  void update(void);
13 
14  protected:
15 };
16 
17 }
18 
19 //$Id: Lens.h 1 2010-10-27 12:01:29Z xbezdeka $