mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 00:38:15 -05:00
Read IW4 signed headers
This commit is contained in:
11
src/ZoneLoading/Loading/Exception/InvalidHashException.cpp
Normal file
11
src/ZoneLoading/Loading/Exception/InvalidHashException.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include "InvalidHashException.h"
|
||||
|
||||
std::string InvalidHashException::DetailedMessage()
|
||||
{
|
||||
return "Loaded fastfile has an invalid hash.";
|
||||
}
|
||||
|
||||
char const* InvalidHashException::what() const
|
||||
{
|
||||
return "Loaded fastfile has an invalid hash.";
|
||||
}
|
Reference in New Issue
Block a user