From 0c255a6229c32e670f90fb1634e2378d4b8c518e Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 23 Jun 2021 23:47:18 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23295ae..26eaadf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ namespace llo::iff symbol_base_t(); symbol_base_t( const std::string& name, - std::uint64_t hash, + hash_t hash, + rva_t rva_data ); // ... fancy c++ stuff here like override's and such