#include "dxlibp.h"
データ構造 | |
struct | DXPDEBUGDATA |
struct | DXP_DEBUG_BUF |
マクロ定義 | |
#define | MAXSTRBUF_X 80 |
#define | MAXSTRBUF_Y 23 |
関数 | |
int | AppLogAdd (const char *format,...) |
int | printfDx (const char *format,...) |
int | clsDx () |
void | dxpDebugInit () |
void | dxpDebugDrawString (int x, int y, u32 color, u32 bgcolor, const char *str) |
int | dxpDebugDrawStringInit (int *fwidth, int *fheight) |
void | dxpDrawDebugScreen () |
変数 | |
DXPDEBUGDATA | dxpDebugData |
DXP_DEBUG_BUF | dxpDebugBuf |
#define MAXSTRBUF_X 80 |
#define MAXSTRBUF_Y 23 |
int AppLogAdd | ( | const char * | format, | |
... | ||||
) |
int clsDx | ( | ) |
void dxpDebugDrawString | ( | int | x, | |
int | y, | |||
u32 | color, | |||
u32 | bgcolor, | |||
const char * | str | |||
) |
int dxpDebugDrawStringInit | ( | int * | fwidth, | |
int * | fheight | |||
) |
void dxpDebugInit | ( | ) |
void dxpDrawDebugScreen | ( | ) |
int printfDx | ( | const char * | format, | |
... | ||||
) |