Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

cvideo.cpp

00001 #include "cvideo.h"
00002 
00003 /* The statically allocated pointer to the CVideoSystem singleton. */
00004 CVideoSystem *CSingletonManager<CVideoSystem>::unique_instance = 0;
00005 
00006 const CPoint operator+(const CPoint &left, const CPoint &right) {
00007   return CPoint(left.x + right.x, left.y + right.y);
00008 }

Generated on Wed Aug 27 11:58:41 2003 for GFW by doxygen 1.3.3