#ifndef PLAYERDATA_H #define PLAYERDATA_H void playerdata_save(unsigned char *level); void playerdata_init(); #endif