terminology/src/bin/extns.h

11 lines
206 B
C

#ifndef _EXTNS_H__
#define _EXTNS_H__ 1
extern const char *extn_img[];
extern const char *extn_scale[];
extern const char *extn_edj[];
extern const char *extn_mov[];
extern const char *extn_aud[];
#endif