DDraceNetwork Docs
blocklist_driver.h
Go to the documentation of this file.
1#ifndef ENGINE_CLIENT_BLOCKLIST_DRIVER_H
2#define ENGINE_CLIENT_BLOCKLIST_DRIVER_H
3
4const char *ParseBlocklistDriverVersions(const char *pVendorStr, const char *pVersionStr, int &BlocklistMajor, int &BlocklistMinor, int &BlocklistPatch, bool &RequiresWarning);
5
6#endif // ENGINE_CLIENT_BLOCKLIST_DRIVER_H
const char * ParseBlocklistDriverVersions(const char *pVendorStr, const char *pVersionStr, int &BlocklistMajor, int &BlocklistMinor, int &BlocklistPatch, bool &RequiresWarning)
Definition: blocklist_driver.cpp:56