8 lines
119 B
C
8 lines
119 B
C
|
#ifndef PLAYERDATA_H
|
||
|
|
||
|
#define PLAYERDATA_H
|
||
|
|
||
|
void playerdata_save(unsigned char *level);
|
||
|
void playerdata_init();
|
||
|
|
||
|
#endif
|