Difference for plugins/common/include/plugin_common.h from version 1.13 to 1.14


version 1.13 version 1.14
Line 24
 
Line 24
 /*  You should have received a copy of the GNU General Public License        */  /*  You should have received a copy of the GNU General Public License        */
 /*  along with this program; if not, write to the Free Software              */  /*  along with this program; if not, write to the Free Software              */
 /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */  /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
 /*                                                                           */ /*****************************************************************************/  /*                                                                           */
   /*****************************************************************************/
 #ifndef PLUGIN_COMMON_H  #ifndef PLUGIN_COMMON_H
 #define PLUGIN_COMMON_H  #define PLUGIN_COMMON_H
   
Line 101
 
Line 102
 extern char*        cf_object_get_key(object* op, char* keyname);  extern char*        cf_object_get_key(object* op, char* keyname);
 extern void         cf_object_set_key(object* op, char* keyname, char* value);  extern void         cf_object_set_key(object* op, char* keyname, char* value);
 extern sint16       cf_object_get_resistance(object* op, int rtype);  extern sint16       cf_object_get_resistance(object* op, int rtype);
 extern void         cf_object_move(object* op, object*originator, int dir);  extern void         cf_object_move(object* op, int dir, object*originator);
 extern void         cf_object_apply_below(object* op);  extern void         cf_object_apply_below(object* op);
 extern object*      cf_object_clone(object* op, int clonetype);  extern object*      cf_object_clone(object* op, int clonetype);
   


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58