m_pglsState
m_pglsState->GridWidth() = fGridWidth->Value();
m_pglsState->GridHeight() = fGridHeight->Value();
m_pglsState->GridBorder() = fGridBorder->Value();
m_pglsState->GridDelay() = fGridDelay->Value();
GLifeState* m_pglsState;
int32 gridDelay = m_pglsState->GridDelay();
int32 iWidth = m_pglsState->GridWidth();
int32 iHeight = m_pglsState->GridHeight();
int32 iBorder = m_pglsState->GridBorder();
GLifeState* m_pglsState;