SBSPSS/source/hazard/hstatic.h
Charles 9aa950d0c8
2001-05-03 14:25:56 +00:00

25 lines
446 B
C++

/*=========================================================================
hstatic.h
Author: CRB
Created:
Project: Spongebob
Purpose:
Copyright (c) 2001 Climax Development Ltd
===========================================================================*/
#ifndef __HAZARD_HSTATIC_H__
#define __HAZARD_HSTATIC_H__
#ifndef __HAZARD_HAZARD_H__
#include "hazard\hazard.h"
#endif
class CNpcStaticHazard : public CNpcHazard
{
};
#endif