mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
7 lines
304 B
C
7 lines
304 B
C
#ifndef ENGINE_CLIENT_BLOCKLIST_DRIVER_H
|
|
#define ENGINE_CLIENT_BLOCKLIST_DRIVER_H
|
|
|
|
const char *ParseBlocklistDriverVersions(const char *pVendorStr, const char *pVersionStr, int &BlocklistMajor, int &BlocklistMinor, int &BlocklistPatch, bool &RequiresWarning);
|
|
|
|
#endif // ENGINE_CLIENT_BLOCKLIST_DRIVER_H
|