Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

/Users/blackie/Documents/myRepository/phobosengine-vc2005/phobosengine/phobosengine/Vector2i.h

Go to the documentation of this file.
00001 
00002 #ifndef VECTOR2I_H
00003 #define VECTOR2I_H
00004 
00005 
00006 namespace pge {
00007 
00008         class Vector2i {
00009         public:
00010                 Vector2i(void);
00011                 Vector2i(int x, int y);
00012 
00013                 ~Vector2i(void);
00014 
00015                 int m_v[2];
00016         };
00017 };
00018 
00019 #endif

Generated on Mon Oct 16 12:08:11 2006 for Phobosengine by doxygen 1.3.4