25 lines
446 B
C++
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 |