1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-20 17:17:13 +02:00

Further file shuffling and finally builds.

This commit is contained in:
Sandu Liviu Catalin
2020-03-21 22:58:50 +02:00
parent c00b943a90
commit a5c87bae5e
57 changed files with 461 additions and 1181 deletions

7
vcmp/vcmp.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
// Choose which SDK to use
#ifdef VCMP_SDK_2_1
#include "vcmp21.h"
#else
#include "vcmp20.h"
#endif