Ifdef
This commit is contained in:
@@ -313,14 +313,12 @@
|
|||||||
/*
|
/*
|
||||||
* Now we define the structures and types
|
* Now we define the structures and types
|
||||||
*/
|
*/
|
||||||
#ifndef rogue_packitem
|
#ifndef ROGUE
|
||||||
struct rogue_packitem
|
struct rogue_packitem
|
||||||
{
|
{
|
||||||
int32_t type,launch,count,which,hplus,dplus,arm,flags,group;
|
int32_t type,launch,count,which,hplus,dplus,arm,flags,group;
|
||||||
char damage[8],hurldmg[8];
|
char damage[8],hurldmg[8];
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
#ifndef rogue_player
|
|
||||||
struct rogue_player
|
struct rogue_player
|
||||||
{
|
{
|
||||||
int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,pad;
|
int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,pad;
|
||||||
|
|||||||
Reference in New Issue
Block a user