|
SSBM Decomp
|
#include "baselib/forward.h"#include "baselib/jobj.h"#include "baselib/wobj.h"#include "un/forward.h"#include "un/types.h"#include "un/un_2FC9.h"#include <printf.h>#include <dolphin/mtx.h>#include <baselib/cobj.h>#include <baselib/fog.h>#include <baselib/gobj.h>#include <baselib/gobjgxlink.h>#include <baselib/gobjobject.h>#include <baselib/gobjplink.h>#include <baselib/gobjproc.h>#include <baselib/gobjuserdata.h>#include <baselib/lobj.h>#include <baselib/memory.h>#include <baselib/particle.h>#include <baselib/sislib.h>#include <MSL/stdio.h>#include <MSL/string.h>Functions | |
| int | DevText_StrLen (char *str) |
| void | DevText_NumToStr (int num, char *str) |
| HSD_GObj * | DevText_GetGObj (void) |
| void | DevText_InitPool (void) |
| void | DevText_Remove (DevText **ptext) |
| void | DevText_SetupCObj (void) |
| void | DevText_Draw (DevText *text) |
| void | DevText_DrawAll (HSD_GObj *gobj, int pass) |
| void | DevText_CreateCObj (int classifier, int p_link, int gobj_priority, int gx_link, u8 gx_priority) |
| HSD_GObj * | DevText_Setup (int classifier, int p_link, int priority, int gx_link, int render_priority, u8 camera_priority) |
| void | DevText_AddToList (DevText **list, DevText *text) |
| void | DevText_Show (HSD_GObj *gobj, DevText *text) |
Variables | |
| static HSD_WObjDesc | devtext_eyepos |
| static HSD_WObjDesc | devtext_interest |
| static HSD_CameraDescPerspective | devtext_CObjDesc |
| static DevText | devtext_pool [32] |
| static DevText * | devtext_drawlist |
| static HSD_GObj * | devtext_gobj |
| static HSD_CObj * | devtext_cobj |
| static int | devtext_setup_classifier |
| static int | devtext_setup_p_link |
| static int | devtext_setup_priority |
| static int | devtext_setup_gx_link |
| static int | devtext_setup_render_priority |
| static DevText * | devtext_poolhead |
| int DevText_StrLen | ( | char * | str | ) |
| void DevText_NumToStr | ( | int | num, |
| char * | str | ||
| ) |
| HSD_GObj * DevText_GetGObj | ( | void | ) |
| void DevText_InitPool | ( | void | ) |
| void DevText_Remove | ( | DevText ** | ptext | ) |
| void DevText_SetupCObj | ( | void | ) |
| void DevText_Draw | ( | DevText * | text | ) |
| void DevText_DrawAll | ( | HSD_GObj * | gobj, |
| int | pass | ||
| ) |
| void DevText_CreateCObj | ( | int | classifier, |
| int | p_link, | ||
| int | gobj_priority, | ||
| int | gx_link, | ||
| u8 | gx_priority | ||
| ) |
| HSD_GObj * DevText_Setup | ( | int | classifier, |
| int | p_link, | ||
| int | priority, | ||
| int | gx_link, | ||
| int | render_priority, | ||
| u8 | camera_priority | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |