mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Add NetworkKey files to VS project
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#ifndef DISABLE_NETWORK
|
||||
|
||||
#include "NetworkKey.h"
|
||||
#include "../diagnostic.h"
|
||||
|
||||
@@ -391,3 +393,5 @@ bool NetworkKey::Verify(const char *md, const size_t len, const char* sig, const
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
#endif // DISABLE_NETWORK
|
||||
|
||||
Reference in New Issue
Block a user