Clone method is Empty Function.(method).
int gv_OBJECT_RECT::AddRect(const char* szFileName, int x, int y, int w, int h, int iType,bool bcache)
/*
*/
gv_OBJECT_RECT tempTest1;
gv_OBJECT_RECT tempTest2;
gv_OBJECT_RECT tempTest3;
// only once loading. test1.bmp.
tempTest1.AddRect("Test1.bmp",0,0,-1,-1);
tempTest2.AddRect("Test1.bmp",0,0,-1,-1);
tempTest3.AddRect("Test1.bmp",0,0,-1,-1);
|
|