mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-14 12:08:20 +00:00
7 lines
139 B
C
7 lines
139 B
C
|
#ifndef ENGINE_SHARED_DILATE_H
|
||
|
#define ENGINE_SHARED_DILATE_H
|
||
|
|
||
|
void DilateImage(unsigned char *pImageBuff, int w, int h, int BPP);
|
||
|
|
||
|
#endif
|