source: Daodan/src/Daodan_Persistence.c@ 891

Last change on this file since 891 was 692, checked in by alloc, 12 years ago

Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File size: 117 bytes
Line 
1#include "Daodan.h"
2#include "Daodan_Persistence.h"
3
4uint8_t ONICALL DDrPersist_GetWonGame()
5{
6 return 1;
7}
8
Note: See TracBrowser for help on using the repository browser.