////////////////////////////////////////////////////////////////////////// clean up image memory
| 1072 | /////////////////////////////////////////////////////////////////////////////// |
| 1073 | // clean up image memory |
| 1074 | CSurface::~CSurface() |
| 1075 | { |
| 1076 | clear(); |
| 1077 | } |
| 1078 | |
| 1079 | /////////////////////////////////////////////////////////////////////////////// |
| 1080 | // returns a pointer to image |