Replace g_kernel with Core::Global etc.
This commit is contained in:
parent
e707685c2a
commit
3e752002c4
15 changed files with 43 additions and 17 deletions
|
@ -143,7 +143,8 @@ private:
|
|||
|
||||
class Process final : public Object {
|
||||
public:
|
||||
explicit Process();
|
||||
Process();
|
||||
explicit Process(KernelSystem& kernel);
|
||||
~Process() override;
|
||||
|
||||
std::string GetTypeName() const override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue