~armagetronad-dev/armagetronad/0.4-armagetronad-fortress_ai

« back to all changes in this revision

Viewing changes to src/tron/gParser.h

  • Committer: Manuel Moos
  • Date: 2010-08-07 21:08:56 UTC
  • mfrom: (2341.1.89 trunk)
  • Revision ID: z-man@users.sf.net-20100807210856-fcyd8v8a36nd9uoq
MergingĀ fromĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
class ePoint;
19
19
class gGame;
20
20
class gWallRim;
 
21
class gXMLCharReturn;
21
22
 
22
23
#ifdef ENABLE_ZONESV2
23
24
#include "zone/zShape.h"
92
93
 
93
94
protected:
94
95
    bool trueOrFalse(char *str);
95
 
    char *myxmlGetProp(xmlNodePtr cur, const char *name);
 
96
    gXMLCharReturn myxmlGetProp(xmlNodePtr cur, const char *name);
96
97
    int myxmlGetPropInt(xmlNodePtr cur, const char *name);
97
98
    float myxmlGetPropFloat(xmlNodePtr cur, const char *name);
98
99
    bool myxmlGetPropBool(xmlNodePtr cur, const char *name);