Version
menu_open
link

include/AK/AkWwiseSDKVersion.h

Go to the documentation of this file.
00001 
00002 //
00003 // Copyright (c) Audiokinetic Inc. 2006-2016. All rights reserved.
00004 //
00005 // Audiokinetic Wwise SDK version, build number and copyright constants.
00006 // These are used by sample projects to display the version and to
00007 // include it in their assembly info. They can also be used by games
00008 // or tools to display the current version and build number of the
00009 // Wwise Sound Engine.
00010 //
00012 
00013 #ifndef _AKWWISESDKVERSION_H_
00014 #define _AKWWISESDKVERSION_H_
00015 
00021 
00023 
00024 
00026 #define AK_WWISESDK_VERSION_MAJOR               2015
00027 
00029 #define AK_WWISESDK_VERSION_MINOR               1
00030 
00032 #define AK_WWISESDK_VERSION_SUBMINOR            9
00033 
00035 #define AK_WWISESDK_VERSION_BUILD               5624
00036 
00038 #define AK_WWISESDK_BUILD_YEAR                  2016
00039 
00041 #define AK_WWISESDK_BUILD_MONTH                 8
00042 
00044 #define AK_WWISESDK_BUILD_DAY                   22
00045 
00047 
00049 
00050 
00054 #define _AK_WWISESDK_NUM2STRING( n )            #n
00055 
00057 #define AK_WWISESDK_NUM2STRING( n )             _AK_WWISESDK_NUM2STRING( n )
00058 
00060 #if AK_WWISESDK_VERSION_SUBMINOR > 0
00061     #define AK_WWISESDK_VERSION_SUBMINOR_POSTFIX        "." AK_WWISESDK_NUM2STRING( AK_WWISESDK_VERSION_SUBMINOR )
00062 #else
00063     #define AK_WWISESDK_VERSION_SUBMINOR_POSTFIX
00064 #endif
00065 
00067 #if defined( AK_WWISESDK_VERSION_NICKNAME )
00068     #define AK_WWISESDK_VERSION_NICKNAME_POSTFIX        "_" AK_WWISESDK_VERSION_NICKNAME
00069 #else
00070     #define AK_WWISESDK_VERSION_NICKNAME_POSTFIX
00071 #endif
00072 
00074 #define AK_WWISESDK_VERSIONNAME             "v" AK_WWISESDK_NUM2STRING( AK_WWISESDK_VERSION_MAJOR ) \
00075                                             "." AK_WWISESDK_NUM2STRING( AK_WWISESDK_VERSION_MINOR ) \
00076                                             AK_WWISESDK_VERSION_SUBMINOR_POSTFIX \
00077                                             AK_WWISESDK_VERSION_NICKNAME_POSTFIX
00078 
00080 #define AK_WWISESDK_BRANCH                  "wwise_v2015.1"
00081 
00083 
00085 #if !defined(__APPLE__) || !defined(__PPU__)
00086     // Note: On g++ anc sony compiler this create an illegal character sequence.
00087     // Changing text encoding can fix it for the two platforms but create problems
00088     // with the microsoft compiler...
00089     
00091     #define AK_WWISESDK_COPYRIGHT               "\xA9 2006-2016. Audiokinetic Inc. All rights reserved."
00092 #endif
00093 
00094     #define AK_WWISESDK_COPYRIGHT_CONSOLE       "(C) 2006-2016. Audiokinetic Inc. All rights reserved."
00095 
00096 
00097 #endif // _AKWWISESDKVERSION_H_
00098 

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise