- 77 名前:デフォルトの名無しさん mailto:sage [2005/05/02(月) 20:03:22 ]
- BOOL reverse(int x, int y)
{ if(stCell[x-1][y-1] m_buttonHoge[x-1][y-1].ShowWindow(FALSE); else m_buttonHoge[x-1][y-1].ShowWindow(TURE); if(stCell[x][y-1] m_buttonHoge[x][y-1].ShowWindow(FALSE); else m_buttonHoge[x][y-1].ShowWindow(TURE); if(stCell[x][y-1] m_buttonHoge[x][y-1].ShowWindow(FALSE); else m_buttonHoge[x][y-1].ShowWindow(TURE); if(stCell[x+1][y-1] m_buttonHoge[x+1][y-1].ShowWindow(FALSE); else m_buttonHoge[x+1][y-1].ShowWindow(TURE); 以下略 return TRUE; }
|

|