services: Update some function tables

This commit is contained in:
Lioncash 2015-12-30 09:30:57 -05:00
parent 17aef3b4ff
commit 58a100d3b7
25 changed files with 369 additions and 113 deletions

View file

@ -10,14 +10,15 @@
namespace ACT_U {
// Empty arrays are illegal -- commented out until an entry is added.
//const Interface::FunctionInfo FunctionTable[] = { };
const Interface::FunctionInfo FunctionTable[] = {
{0x000600C2, nullptr, "GetAccountDataBlock"},
};
////////////////////////////////////////////////////////////////////////////////////////////////////
// Interface class
Interface::Interface() {
//Register(FunctionTable);
Register(FunctionTable);
}
} // namespace