///////////////////////////////////////////////////////////////////// // // // file: CCA_Core.h // // ///////////////////////////////////////////////////////////////////// // // // Copyright (c) 2024 Acroname Inc. - All Rights Reserved // // // // This file is part of the BrainStem release. See the license.txt // // file included with this package or go to // // https://acroname.com/software/brainstem-development-kit // // for full license details. // ///////////////////////////////////////////////////////////////////// #ifndef __CCA_CORE_H__ #define __CCA_CORE_H__ #include "Result_CCA.h" #include #include #include "aDefs.h" #endif //__CCA_CORE_H__