SBSPSS/source/hazard/hstatic.h

25 lines
446 B
C
Raw Normal View History

2001-05-03 16:25:56 +02:00
/*=========================================================================
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