mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
8 lines
115 B
C
8 lines
115 B
C
|
#pragma once
|
||
|
// Choose which SDK to use
|
||
|
#ifdef VCMP_SDK_2_1
|
||
|
#include "vcmp21.h"
|
||
|
#else
|
||
|
#include "vcmp20.h"
|
||
|
#endif
|