- a few more updates to cut down on RAM use for headless server

This commit is contained in:
Mark Vejvoda
2011-12-03 00:39:03 +00:00
parent 49cee820d1
commit 01ea0787a3
8 changed files with 372 additions and 44 deletions

View File

@@ -368,6 +368,9 @@ protected:
Checksum crc;
public:
PixmapCube();
~PixmapCube();
//init
void init(int w, int h, int components);
void init(int components);