mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
9 lines
138 B
C
9 lines
138 B
C
#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
|