ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni.h
(Generate patch)

Comparing Daodan/src/Oni.h (file contents):
Revision 475 by gumby, Fri Oct 30 07:41:39 2009 UTC vs.
Revision 476 by gumby, Tue Nov 3 10:38:47 2009 UTC

# Line 21 | Line 21 | LRESULT CALLBACK ONrPlatform_WindowProc(
21  
22   uint8_t ONICALL ONrCheater(uint32_t cheat);
23  
24 + char* ONICALL SSrMessage_Find(char* message_key); //Returns a prompt message from a message key
25 + void ONICALL ONiGameState_FindAutoPromptMessage(char* Note, void* ptr);
26 +
27 + //
28 + void ONICALL TMrInstance_GetDataPtr_List(
29 +        char Tag[4], //as in 'ONWC'
30 +        int MaxCount, //# of elements in PointerList
31 +        void** PointerList, //Where the found pointers go
32 +        int* FoundCount         //Where the number of pointers found go.
33 +        );
34 +
35   extern HINSTANCE g_Instance;
36   extern ONtPlatformData ONgPlatformData;
37  
# Line 36 | Line 47 | extern char AKgDebug_DebugMaps;
47   extern char BFgDebugFileEnable;
48   extern char SSgSearchOnDisk;
49  
50 +
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)