services: Update some function tables

This commit is contained in:
Lioncash
2015-12-30 09:30:57 -05:00
parent 4bc961d5fd
commit 744f4af3ab
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