mupen64plus-oldsvn/blight_input/arial.ttf.h

9 lines
114 B
C

#ifndef __ARIAL_TTF_H__
#define __ARIAL_TTF_H__
extern struct {
int size;
const char *data;
} arial;
#endif