mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 03:55:46 +00:00
More services & small clean ups
This commit is contained in:
parent
ae76469373
commit
9796bc1fa2
61 changed files with 367 additions and 309 deletions
|
@ -11,17 +11,15 @@
|
|||
|
||||
namespace ERR_F {
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010800, nullptr, "ThrowFatalError"}
|
||||
};
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Interface class
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x00010800, nullptr, "ThrowFatalError"}
|
||||
};
|
||||
|
||||
Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Interface class
|
||||
|
||||
Interface::~Interface() {
|
||||
}
|
||||
Interface::Interface() {
|
||||
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue