Inspector: Move everything into the Inspector namespace

This commit is contained in:
Andreas Kling
2020-09-25 21:03:29 +02:00
parent 3843561a7e
commit 9bcc168b9b
9 changed files with 34 additions and 1 deletions

View File

@@ -31,6 +31,8 @@
#include <stdio.h>
#include <stdlib.h>
namespace Inspector {
RemoteProcess* s_the;
RemoteProcess& RemoteProcess::the()
@@ -195,3 +197,5 @@ void RemoteProcess::update()
exit(1);
}
}
}