#ifndef SYSTEMBUTTONS_PRX_H
#define SYSTEMBUTTONS_PRX_H
#ifdef __cplusplus
extern "C" {
#endif
unsigned int readSystemButtons(void);
void loadGame( const char* fileName, void * argp);
}
#endif /* SYSTEMBUTTONS_PRX_H */