/[eliot]/eliot/wxwin/gfxboard.h
ViewVC logotype

Diff of /eliot/wxwin/gfxboard.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ipkiss, Sun Oct 23 14:53:44 2005 UTC revision 1.5 by ipkiss, Fri Nov 4 20:00:06 2005 UTC
# Line 16  Line 16 
16  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
17  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
18    
 /* $Id$ */  
   
19  /**  /**
20   *  \file gfxboard.h   *  \file gfxboard.h
21   *  \brief  Game board graphical view   *  \brief  Game board graphical view
# Line 47  private: Line 45  private:
45       int top,bottom,left,right;       int top,bottom,left,right;
46       char paintedboard_char[BOARD_DIM][BOARD_DIM];       char paintedboard_char[BOARD_DIM][BOARD_DIM];
47       char paintedboard_attr[BOARD_DIM][BOARD_DIM];       char paintedboard_attr[BOARD_DIM][BOARD_DIM];
48       int board_size;       int board_size;
49       int tile_size;       int tile_size;
50       wxPoint TopLeft;       wxPoint TopLeft;
51       wxSize size;       wxSize size;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26