This commit is contained in:
parent
476dfa7feb
commit
9aa950d0c8
1 changed files with 25 additions and 0 deletions
25
source/hazard/hstatic.h
Normal file
25
source/hazard/hstatic.h
Normal 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
|
Loading…
Add table
Reference in a new issue