Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef _KIT_KMIXERPRIVATE_H
- #define _KIT_KMIXERPRIVATE_H
- struct _kit_kmixerGlobals_t {
- SDL_mutex* lock;
- //(might want to have this on a voice-by-voice basis)
- //int useLinearInterpolation; //(boolean) otherwise, use nearest neighbor
- int threadPoolSize, cores,capabilities;
- int init;
- };
- extern struct _kit_kmixerGlobals_t _kit_kmixerGlobals;
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement