cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <Ipc/Ipc.hpp>
|
||||
#include "Path.hpp"
|
||||
|
||||
namespace Montauk {
|
||||
namespace montauk::abi {
|
||||
static int Sys_Open(const char* path) {
|
||||
char resolved[256];
|
||||
if (!ResolveProcessPath(path, resolved, sizeof(resolved))) return -1;
|
||||
|
||||
Reference in New Issue
Block a user