ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Persistence.c
Revision: 692
Committed: Thu Mar 7 17:26:13 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-csrc
File size: 117 byte(s)
Log Message:
Daodan: Lots of cleanups (mostly unnecessary includes removed, empty files deleted, case of filenames corrected)

File Contents

# Content
1 #include "Daodan.h"
2 #include "Daodan_Persistence.h"
3
4 uint8_t ONICALL DDrPersist_GetWonGame()
5 {
6 return 1;
7 }
8