iFun Engine API
1.0.0-b6053
Great Technology for Great Games
include
funapi
version.h
Go to the documentation of this file.
1
// Copyright (C) 2013-2020 iFunFactory Inc. All Rights Reserved.
2
//
3
// This work is confidential and proprietary to iFunFactory Inc. and
4
// must not be used, disclosed, copied, or distributed without the prior
5
// consent of iFunFactory Inc.
6
9
#ifndef INCLUDE_FUNAPI_VERSION_H_
10
#define INCLUDE_FUNAPI_VERSION_H_
11
13
#define FUNAPI_VERSION "1.0.0"
14
#define FUNAPI_BUILD_NUMBER 6053
15
#define FUNAPI_OS "bionic"
16
17
#define FUNAPI_BUILD_IDENTIFIER "1.0.0-6053bionic"
18
19
#endif // INCLUDE_FUNAPI_VERSION_H_