File:  [Generator SEGA Genesis emulator] / generator / gtkopts / gtkopts.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Mar 4 04:47:02 2020 UTC (6 years, 4 months ago) by root
Branches: MAIN, JamesPonder
CVS tags: v0_35, v0_34, HEAD
0.34

int gtkopts_load(const char *file);
int gtkopts_save(const char *file);
const char *gtkopts_getvalue(const char *key);
int gtkopts_setvalue(const char *key, const char *val);
  
typedef struct _t_conf {
  struct _t_conf *next;
  char *key;
  char *value;
} t_conf;

extern t_conf *gtkopts_conf;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.