all_gfx.h
来自「NDS 游戏开发入门实例代码 字符显示 简易入门使用」· C头文件 代码 · 共 21 行
H
21 行
//Gfx converted using Mollusk's PAGfx Converter
//This file contains all the .h, for easier inclusion in a project
#ifndef ALL_GFX_H
#define ALL_GFX_H
// Background files :
extern const int newfont_Info[3]; // BgMode, Width, Height
extern const unsigned short newfont_Map[288] __attribute__ ((aligned (4))) ; // Pal : newfont_Pal
extern const unsigned char newfont_Tiles[4352] __attribute__ ((aligned (4))) ; // Pal : newfont_Pal
// Palette files :
extern const unsigned short newfont_Pal[16] __attribute__ ((aligned (4))) ;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?