SBSPSS/source/hazard/hsaw.h

29 lines
516 B
C
Raw Normal View History

2001-04-24 16:27:23 +02:00
/*=========================================================================
hsaw.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __HAZARD_HSAW_H__
#define __HAZARD_HSAW_H__
#ifndef __HAZARD_HAZARD_H__
#include "hazard\hazard.h"
#endif
class CNpcSawbladeHazard : public CNpcHazard
{
public:
void init();
protected:
void processMovement( int _frames );
};
#endif