1 | #ifndef ENGINE_CLIENT_BLOCKLIST_DRIVER_H |
---|---|
2 | #define ENGINE_CLIENT_BLOCKLIST_DRIVER_H |
3 | |
4 | const char *ParseBlocklistDriverVersions(const char *pVendorStr, const char *pVersionStr, int &BlocklistMajor, int &BlocklistMinor, int &BlocklistPatch, bool &RequiresWarning); |
5 | |
6 | #endif // ENGINE_CLIENT_BLOCKLIST_DRIVER_H |
7 |