> Is there a listing of every file that has to be modified to remove/add > races and classes in 3.1? I don't need the instructions...just the > filenames. > > -- > Dave Robbins <dave@monological.com> > Well, if you have linux use grep, Windows use Find File (use the CONTAINING TEXT field). grep -i warrior *.c; grep warrior *.h This should give you a list of all of the files (maybe an extra file or two also). Mythran -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT