

#ifndef __LOADER_H__
#define __LOADER_H__

void loader_init(const char *s);
void cleanup(void);
void sn_load(void);
void sn_save(void);

#endif


