SBSPSS/source/hazard/hpendulm.h
Charles a0b66fcd15
2001-04-24 14:00:16 +00:00

29 lines
No EOL
528 B
C++

/*=========================================================================
hpendulm.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __HAZARD_HPENDULM_H__
#define __HAZARD_HPENDULM_H__
#ifndef __HAZARD_HAZARD_H__
#include "hazard\hazard.h"
#endif
class CNpcPendulumHazard : public CNpcHazard
{
public:
void init();
protected:
void processMovement( int _frames );
};
#endif