tahoma2d/toonz/sources/sound/tsioutils.h
Campbell Barton 8c6c57f1b4 Enable missing-declarations warning (#643)
Finish ensuring symbols use headers correctly
2016-07-22 13:38:33 +09:00

9 lines
182 B
C

#pragma once
#ifndef TSIOUTILS_INCLUDED
#define TSIOUTILS_INCLUDED
void swapAndCopySamples(short *srcBuffer, short *dstBuffer,
TINT32 sampleCount);
#endif