Difference for include/editor/medwall.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Created from version 1.6 of main\wall.h   * Created from version 1.6 of main\wall.h
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:02:40  donut   * Revision 1.2  2003/03/09 06:34:09  donut
  * Initial revision   * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned
    *
    * Revision 1.1.1.1  1999/06/14 22:02:40  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.0  1995/02/27  11:35:10  john   * Revision 2.0  1995/02/27  11:35:10  john
  * Version 2.0! No anonymous unions, Watcom 10.0, with no need   * Version 2.0! No anonymous unions, Watcom 10.0, with no need
Line 87
 
Line 90
   
 // Adds a wall. (visually)  // Adds a wall. (visually)
 extern int wall_add_to_curside();  extern int wall_add_to_curside();
 extern int wall_add_to_markedside(byte type);  extern int wall_add_to_markedside(sbyte type);
    
 // Removes a wall. (visually)  // Removes a wall. (visually)
 extern int wall_remove();  extern int wall_remove();

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2