SCENE C++ API
2.0.32
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 0
10
#define LS_API_VERSION_PATCH 32
11
#define LS_API_VERSION_BUILD 10677
12
13
// Compile time API version number string with full version number
14
#define LS_API_VERSION "2.0.32.10677"