mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-22 01:30:51 +00:00
f7a56ebc01
Cleaned up for release at last! Signed-off-by: Michel Pollet <buserror@gmail.com>
10 lines
170 B
C
10 lines
170 B
C
|
|
|
|
#define INCBIN_STYLE INCBIN_STYLE_SNAKE
|
|
#define INCBIN_PREFIX mii_
|
|
#include "incbin.h"
|
|
|
|
INCBIN(proggy, "fonts/ProggyClean.ttf");
|
|
INCBIN(droid, "fonts/DroidSans.ttf");
|
|
|