Minor change for improved syntax highlighting for the implementation.

This commit is contained in:
David Reid
2022-01-16 18:00:14 +10:00
parent e3f3754e4e
commit 592d3d61b5
+6
View File
@@ -10988,6 +10988,12 @@ MA_API ma_uint64 ma_sound_group_get_time_in_pcm_frames(const ma_sound_group* pGr
#endif /* miniaudio_h */
/*
This is for preventing greying out of the implementation section.
*/
#if defined(Q_CREATOR_RUN) || defined(__INTELLISENSE__) || defined(__CDT_PARSER__)
#define MINIAUDIO_IMPLEMENTATION
#endif
/************************************************************************************************************************************************************
*************************************************************************************************************************************************************