summaryrefslogblamecommitdiffstats
path: root/source/Mobs/Wolf.h
blob: 5dd7065a7fe9d749e3ca371d285f7f18915792e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 

            
                                     
 





                                        
 

                                                
       






                              
 

#pragma once

#include "PassiveAggressiveMonster.h"





class cWolf :
	public cPassiveAggressiveMonster
{
	typedef cPassiveAggressiveMonster super;
	
public:
	cWolf(void);

	CLASS_PROTODEF(cWolf);
} ;