Attention : vous avez été redirigé vers la plus récente documentation correspondant à votre version générale ( 2023.1.10.8659 ). Si vous souhaitez accéder à la documentation de votre version précise, veuillez télécharger la documentation hors ligne depuis l'Audiokinetic Launcher et sélectionner l'option de documentation Offline dans l'application de création Wwise.
Go to the documentation of this file.
34 #include "../../AkPlatforms.h"
35 #include "../../AkWwiseSDKVersion.h"
42 #ifndef GUID_DEFINED // Adapted from Windows API, to have exactly the same definition. C-compatible.
45 typedef struct _GUID {
55 #ifndef GUID_HELPERS_DEFINED
56 #define GUID_HELPERS_DEFINED
57 extern const __attribute__((weak))
GUID GUID_NULL = { 0 };
59 inline bool operator==(
const GUID& lhs,
const GUID& rhs)
61 return memcmp(&lhs, &rhs,
sizeof(
GUID)) == 0;
64 inline bool operator!=(
const GUID& lhs,
const GUID& rhs)
70 #define AK_DEFINE_GUID_NULL
74 #define MKBOOL(cond) ((cond) ? true : false)
Besoin d'aide ?
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'Aide
Décrivez-nous de votre projet. Nous sommes là pour vous aider.
Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise