mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
9 lines
108 B
C++
9 lines
108 B
C++
#pragma once
|
|
|
|
namespace RBX{ namespace Security {
|
|
|
|
__declspec(code_seg(".zero")) bool patchMain();
|
|
}
|
|
}
|
|
|