SCENE C++ API
2.1.6
Core_API
core_api
lsapiversion.h
1
#pragma once
2
6
7
// Compile time API version numbers as inidividual components
8
#define LS_API_VERSION_MAJOR 2
9
#define LS_API_VERSION_MINOR 1
10
#define LS_API_VERSION_PATCH 6
11
#define LS_API_VERSION_BUILD 15391
12
13
// Compile time API version number string with full version number
14
#define LS_API_VERSION "2.1.6.15391"