1
0
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:
Michał Janiszewski
2016-05-20 11:51:31 +02:00
parent 715ba561b1
commit 839fc3938f
2 changed files with 6 additions and 0 deletions

View File

@@ -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