michaeltyson / TPCircularBuffer

A simple, fast circular buffer implementation
http://atastypixel.com/blog/a-simple-fast-circular-buffer-implementation-for-audio-processing/
839 stars 141 forks source link

C++ compatibility tweak #1

Closed Air-Craft closed 12 years ago

Air-Craft commented 12 years ago

Hi Michael. I had issues compiling this from within a c++ file and found this handy tip (http://iptrk.ionismus.de/post/94485387/mixing-ansi-c-and-c-in-a-xcode-3-x-project) which I've used to tweak the header file.

michaeltyson commented 12 years ago

Thanks very much, Hari! Nice one.