ddnet/src/engine/shared/dilate.h

7 lines
139 B
C
Raw Normal View History

#ifndef ENGINE_SHARED_DILATE_H
#define ENGINE_SHARED_DILATE_H
void DilateImage(unsigned char *pImageBuff, int w, int h, int BPP);
#endif