ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/cfperl.h
(Generate patch)

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.132 by root, Wed Dec 5 19:03:26 2018 UTC vs.
Revision 1.133 by root, Wed Dec 5 19:13:21 2018 UTC

266 bool should_invoke (event_type event) 266 bool should_invoke (event_type event)
267 { 267 {
268 return ev_want_event [event] || cb; 268 return ev_want_event [event] || cb;
269 } 269 }
270 270
271 bool invoke (event_type event, ...); 271 bool invoke (/*event_type*/int event, ...);
272 272
273 MTH void instantiate (); 273 MTH void instantiate ();
274 void reattach (); 274 void reattach ();
275 275
276protected: 276protected:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines