source: Daodan/src/Daodan_Persistence.c@ 714

Last change on this file since 714 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
RevLine 
[339]1#include "Daodan.h"
2#include "Daodan_Persistence.h"
3
4uint8_t ONICALL DDrPersist_GetWonGame()
5{
6 return 1;
7}
[692]8
Note: See TracBrowser for help on using the repository browser.