1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/vcmp/vcmp.h

9 lines
138 B
C
Raw Normal View History

#pragma once
//#define VCMP_SDK_2_1
// Choose which SDK to use
#ifdef VCMP_SDK_2_1
#include "vcmp21.h"
#else
#include "vcmp20.h"
#endif