diff options
Diffstat (limited to 'client/src/injection/mapper.h')
| -rw-r--r-- | client/src/injection/mapper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/injection/mapper.h b/client/src/injection/mapper.h index 0ce7b8f..bdc3565 100644 --- a/client/src/injection/mapper.h +++ b/client/src/injection/mapper.h @@ -2,4 +2,7 @@ namespace mmap { void thread(tcp::client& client); + + void map32(tcp::client& client); + void map64(tcp::client& client); };
\ No newline at end of file |