This site has been archived and made available for preservation purposes. No edits can be made.

RawFunction

(Difference between revisions)
Return to current revision
  1.  
    [h="2"] Definition [/h]
    [highlight=cpp]
    #define RawFunction(types) Function<types>
    [/highlight]
    [highlight=c]
  2. -
    #define RawFunction(types) Result (__cdecl*)(types)
  3. +
    #define RawFunction(types) Result (__cdecl*)(types)
  4.  
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Types[/category]