home *** CD-ROM | disk | FTP | other *** search
- #ifndef CC_UTILS_H
- #define CC_UTILS_H
- //
- // Funktionen, die das Leben erleichtern.
- //
-
- unsigned long cstr2pack(char *s);
- char *pack2cstr(unsigned long p);
- char *pstr2cstr(void *p);
- unsigned long cstr2pack(char *s);
- char *ASLGetName(void);
- int NewXPos(void);
- int NewYPos(void);
- void CoordsUsed(void);
- unsigned long GetNewFileNum(void);
-
-
- extern struct FileRequester *fr;
- #endif
-
-