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:
7
vcmp/vcmp.h
Normal file
7
vcmp/vcmp.h
Normal 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
|
Reference in New Issue
Block a user