This commit is contained in:
Daveo 2001-04-07 21:05:33 +00:00
parent 08c732c29a
commit aefdd396f8
51 changed files with 1467 additions and 682 deletions

View file

@ -8,7 +8,6 @@
#include "LayerThing.h"
#include "Layer.h"
#include "MapEdit.h"
#include "GUILayerItem.h"
#include "Elem.h"
/*****************************************************************************/
@ -31,7 +30,6 @@ public:
void GUIThingUpdate(bool OnlySel=false);
protected:
CGUILayerItem GUI;
};