summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/project.h b/common/project.h
index af59d7f..de951ce 100644
--- a/common/project.h
+++ b/common/project.h
@@ -190,6 +190,7 @@ protected:
void RenderOverlays(int Viewport);
void RenderBoxes(bool bHilite);
void RenderInitialize();
+ void DrawGrid();
void CreateHTMLPieceList(FILE* f, int nStep, bool bImages, char* ext);
inline bool IsDrawing()
@@ -277,7 +278,6 @@ protected:
char m_strFooter[256];
char m_strHeader[256];
- GLuint m_nGridList;
unsigned long m_nAutosave;
unsigned long m_nSaveTimer;
char m_strModelsPath[LC_MAXPATH];