ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
patches
/
Patches.h
Revision:
839
Committed:
Mon Apr 29 19:08:16 2013 UTC
(12 years, 5 months ago) by
alloc
Content type:
text/x-chdr
File size:
99 byte(s)
Log Message:
Daodan: - Fixes #42 - Breaking out patches to own file
File Contents
#
Content
1
#ifndef PATCHES_H
2
#define PATCHES_H
3
4
#include
"../stdint.h"
5
6
bool
DD_Patch_Init
();
7
8
#endif