mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
9 lines
114 B
C
9 lines
114 B
C
#ifndef __ARIAL_TTF_H__
|
|
#define __ARIAL_TTF_H__
|
|
|
|
extern struct {
|
|
int size;
|
|
const char *data;
|
|
} arial;
|
|
|
|
#endif
|