forked from github/server
so, nächste kleinkram
This commit is contained in:
parent
62f473161a
commit
4783a38aa6
|
@ -208,6 +208,8 @@ typedef struct curse_unit {
|
||||||
|
|
||||||
/* ------------------------------------------------------------- */
|
/* ------------------------------------------------------------- */
|
||||||
|
|
||||||
|
typedef int (*cdesc_fun)(const void*, int, curse*, int);
|
||||||
|
|
||||||
typedef struct curse_type {
|
typedef struct curse_type {
|
||||||
const char *cname; /* Name der Zauberwirkung, Identifizierung des curse */
|
const char *cname; /* Name der Zauberwirkung, Identifizierung des curse */
|
||||||
int typ;
|
int typ;
|
||||||
|
@ -221,10 +223,12 @@ typedef struct curse_type {
|
||||||
int (*write)(FILE * F, const curse * c);
|
int (*write)(FILE * F, const curse * c);
|
||||||
} curse_type;
|
} curse_type;
|
||||||
|
|
||||||
|
|
||||||
extern attrib_type at_curse;
|
extern attrib_type at_curse;
|
||||||
extern void curse_write(const attrib * a,FILE * f);
|
extern void curse_write(const attrib * a,FILE * f);
|
||||||
extern int curse_read(struct attrib * a,FILE * f);
|
extern int curse_read(struct attrib * a,FILE * f);
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------- */
|
/* ------------------------------------------------------------- */
|
||||||
/* Kommentare:
|
/* Kommentare:
|
||||||
* Bei einigen Typen von Verzauberungen (z.B.Skillmodif.) muss neben
|
* Bei einigen Typen von Verzauberungen (z.B.Skillmodif.) muss neben
|
||||||
|
|
Loading…
Reference in New Issue