mirror of
https://github.com/AntonioND/palib.git
synced 2025-06-18 14:45:43 -04:00
18 lines
295 B
C
18 lines
295 B
C
#include <PA_BgStruct.h>
|
|
|
|
#include "PA_BmpFont2_Tiles_bin.h"
|
|
#include "PA_BmpFont2_Map_bin.h"
|
|
#include "PA_BmpFont2_Sizes_bin.h"
|
|
|
|
const PA_BgStruct PA_BmpFont2 = {
|
|
PA_Font1bit,
|
|
512, 128,
|
|
|
|
PA_BmpFont2_Tiles_bin,
|
|
PA_BmpFont2_Map_bin,
|
|
{PA_BmpFont2_Sizes_bin},
|
|
|
|
7360,
|
|
{9}
|
|
};
|