Changeset 19 for src/map/mob.h

Show
Ignore:
Timestamp:
07/02/08 12:20:18 (17 years ago)
Author:
jinshiro
Message:

Now Compiles with Cygwin GCC

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/mob.h

    r5 r19  
    270270int mob_countslave(struct block_list *bl); 
    271271int mob_convertslave(struct mob_data *md); 
    272  
    273 //Begin custom Job (blackmagic) 
    274272int mob_countslave_class(struct block_list* bl, int count, short* classes); // By FlavioJS [Brain] 
    275 //end 
     273 
     274 
    276275int mob_is_clone(int class_); 
    277276