11 lines
280 B
C
11 lines
280 B
C
#pragma once
|
|||
|
|
|
||
|
|
//!!!{{UNITY_VERSION
|
||
|
|
#define HYBRIDCLR_UNITY_VERSION 20220362
|
||
|
|
#define HYBRIDCLR_UNITY_2022 1
|
||
|
|
#define HYBRIDCLR_UNITY_2019_OR_NEW 1
|
||
|
|
#define HYBRIDCLR_UNITY_2020_OR_NEW 1
|
||
|
|
#define HYBRIDCLR_UNITY_2021_OR_NEW 1
|
||
|
|
#define HYBRIDCLR_UNITY_2022_OR_NEW 1
|
||
|
|
|
||
|
|
//!!!}}UNITY_VERSION
|