/*
    Bob.h  Class definition.

    "Bob" is property of the Church of the SubGenius.

    Address for donations:

         The Church of the SubGenius
         PO Box 140306
         Dallas, TX 75214
*/

#ifndef _BOB_H
#define _BOB_H

#include "Fighter.h"
#include "Pipe.h"

@interface Bob: Fighter

+ new;
- hit: fromwho: (float) damage;
- echo: (char *) text;

@end
#endif