|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Functions | |
| void | dstroy (int object) |
| void | juggle (int object) |
| void | move (int object, int where) |
| int | put (int object, int where, int pval) |
| void | carry (int object, int where) |
| void | drop (int object, int where) |
| int | vocab (char *word, int type, int value) const |
Variables | |
| static const char | rcsid [] |
| void carry | ( | int | object, |
| int | where ) |
| void drop | ( | int | object, |
| int | where ) |
| void dstroy | ( | int | object | ) |
| void juggle | ( | int | object | ) |
| void move | ( | int | object, |
| int | where ) |
| int put | ( | int | object, |
| int | where, | ||
| int | pval ) |
References move().
Referenced by caveclose().
| int vocab | ( | char * | word, |
| int | type, | ||
| int | value ) const |
References hashtab::atab, errx, HTSIZE, malloc(), NULL, s, hashtab::val, and voc.
|
static |