Changeset 476 for Daodan/src/Oni.h


Ignore:
Timestamp:
Nov 3, 2009, 11:38:47 AM (17 years ago)
Author:
gumby
Message:

Added Weapon information for dropped weapons
Started on adding new dsay colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Oni.h

    r473 r476  
    2222uint8_t ONICALL ONrCheater(uint32_t cheat);
    2323
     24char* ONICALL SSrMessage_Find(char* message_key); //Returns a prompt message from a message key
     25void ONICALL ONiGameState_FindAutoPromptMessage(char* Note, void* ptr);
     26
     27//
     28void 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
    2435extern HINSTANCE g_Instance;
    2536extern ONtPlatformData ONgPlatformData;
     
    3748extern char SSgSearchOnDisk;
    3849
     50
    3951#endif
Note: See TracChangeset for help on using the changeset viewer.