cleaning and hash fix

This commit is contained in:
maxdcb
2024-11-13 09:30:37 -05:00
parent c708d1c8d1
commit 13136317e6
33 changed files with 748 additions and 714 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ using namespace std;
constexpr std::string_view moduleName = "script";
constexpr unsigned long moduleHash = djb2(moduleName);
constexpr unsigned long long moduleHash = djb2(moduleName);
#ifdef _WIN32