Show swamp.h syntax highlighted
/***************************************************************************
swamp.h
-------------------
begin : Sun Dec 19 2004
copyright : (C) 2004 by Brendon Lloyd Higgins
email : bh_doc@users.sourceforge.net
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef SWAMP_H_INCLUDED
#define SWAMP_H_INCLUDED
/**
* Stuff for swamps.
*/
namespace Swamp {
/**
* Reasons for destruction.
*/
namespace Destroy {
/**
* The swamp is gone now because some dumbass fell in.
*/
extern const int FILLED;
/**
* The land underneath has moved.
*/
extern const int DISPLACED;
}
}
#endif /* ndef SWAMP_H_INLCUDED */
See more files for this project here