📄 our_bmp.h
字号:
/**************************************************************************
Copyright (C) jianbo miao Corporation. All Rights Released.
this is a 3d engin named our_3d_engin.
our_3d_engin feature:
1:there is no float.
2:it do the 3d things all by softwear.
3:base on 1 and 2 , it can execution on arm which have no 3d hardwear accelerate.
if you have any suggestion or question,pls contact with me
mail:miaojb@126.com
msn:miaojianbo@hotmail.com
qq:30209027
2008/01/01
***************************************************************************/
#ifndef OUR_BMP
#define OUR_BMP
#include "our_cpu.h"
//========================================================================
typedef struct OUR_BMP_INFO
{
unsigned int height;
unsigned int width;
unsigned int bits;
const CLR16* bmp_data;
const char* t_data;
} OUR_BMP_INFO ,*OUR_BMP_INFO_PTR;
//========================================================================
extern OUR_BMP_INFO BMP_IFO_bmp0;
extern OUR_BMP_INFO BMP_IFO_6ca;
extern OUR_BMP_INFO BMP_IFO_6cm;
extern OUR_BMP_INFO BMP_IFO_6ex;
extern OUR_BMP_INFO BMP_IFO_6fg;
extern OUR_BMP_INFO BMP_IFO_6fm;
extern OUR_BMP_INFO BMP_IFO_6gp;
extern OUR_BMP_INFO BMP_IFO_6ie;
extern OUR_BMP_INFO BMP_IFO_6mg;
extern OUR_BMP_INFO BMP_IFO_6mm;
extern OUR_BMP_INFO BMP_IFO_6pb;
extern OUR_BMP_INFO BMP_IFO_6sc;
extern OUR_BMP_INFO BMP_IFO_6st;
extern OUR_BMP_INFO BMP_IFO_bd;
extern OUR_BMP_INFO BMP_IFO_desk;
extern OUR_BMP_INFO BMP_IFO_opt;
extern OUR_BMP_INFO BMP_IFO_opt1;
extern OUR_BMP_INFO BMP_IFO_opt2;
//========================================================================
//========================================================================
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -