This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
adventin/src/sdl-instead/instead.h
2009-08-26 05:25:53 +00:00

12 lines
259 B
C

#ifndef __INSTEAD_H__
#define __INSTEAD_H__
extern int instead_init(void);
extern int instead_load(char *game);
extern void instead_done(void);
extern char *instead_cmd(char *s);
extern char *instead_eval(char *s);
char *fromgame(const char *s);
#endif