mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
hle: kernel: Remove deprecated Object class.
This commit is contained in:
parent
90e23002fa
commit
796dddf78f
39 changed files with 34 additions and 423 deletions
|
@ -212,16 +212,6 @@ public:
|
|||
return move_handles.at(index);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
T* GetCopyObject(std::size_t index) {
|
||||
return DynamicObjectCast<T>(copy_objects.at(index));
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
T* GetMoveObject(std::size_t index) {
|
||||
return DynamicObjectCast<T>(move_objects.at(index));
|
||||
}
|
||||
|
||||
void AddMoveObject(KAutoObject* object) {
|
||||
move_objects.emplace_back(object);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue