I cant solve it... Help Please
projects\intento2\intento2\as.cpp(128): error C2065: 'Generate' : undeclared identifier
mov ecx,[ebp+32]
mov edx,[ebp+28]
PUSHAD;
if (Generate)
{
GenerateTexture(pDevice, &texGreen , D3DCOLOR_ARGB(255,0,255,0));
Generate = false;
}