This commit is contained in:
Charles 2001-05-03 14:25:56 +00:00
parent 476dfa7feb
commit 9aa950d0c8

25
source/hazard/hstatic.h Normal file
View file

@ -0,0 +1,25 @@
/*=========================================================================
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