mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 13:45:23 -04:00
Remove argument names from action funcs (#254)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ArrowFire;
|
||||
|
||||
typedef void (*ArrowFireActionFunc)(struct ArrowFire* this, GlobalContext* globalCtx);
|
||||
typedef void (*ArrowFireActionFunc)(struct ArrowFire*, GlobalContext*);
|
||||
|
||||
typedef struct ArrowFire {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ArrowIce;
|
||||
|
||||
typedef void (*ArrowIceActionFunc)(struct ArrowIce* this, GlobalContext* globalCtx);
|
||||
typedef void (*ArrowIceActionFunc)(struct ArrowIce*, GlobalContext*);
|
||||
|
||||
typedef struct ArrowIce {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ArrowLight;
|
||||
|
||||
typedef void (*ArrowLightActionFunc)(struct ArrowLight* this, GlobalContext* globalCtx);
|
||||
typedef void (*ArrowLightActionFunc)(struct ArrowLight*, GlobalContext*);
|
||||
|
||||
typedef struct ArrowLight {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgAstrBombwall;
|
||||
|
||||
typedef void (*BgAstrBombwallActionFunc)(struct BgAstrBombwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgAstrBombwallActionFunc)(struct BgAstrBombwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgAstrBombwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgBotihasira;
|
||||
|
||||
typedef void (*BgBotihasiraActionFunc)(struct BgBotihasira* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgBotihasiraActionFunc)(struct BgBotihasira*, GlobalContext*);
|
||||
|
||||
typedef struct BgBotihasira {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgBreakwall;
|
||||
|
||||
typedef void (*BgBreakwallActionFunc)(struct BgBreakwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgBreakwallActionFunc)(struct BgBreakwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgBreakwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgCraceMovebg;
|
||||
|
||||
typedef void (*BgCraceMovebgActionFunc)(struct BgCraceMovebg* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgCraceMovebgActionFunc)(struct BgCraceMovebg*, GlobalContext*);
|
||||
|
||||
typedef struct BgCraceMovebg {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDanpeiMovebg;
|
||||
|
||||
typedef void (*BgDanpeiMovebgActionFunc)(struct BgDanpeiMovebg* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDanpeiMovebgActionFunc)(struct BgDanpeiMovebg*, GlobalContext*);
|
||||
|
||||
typedef struct BgDanpeiMovebg {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDblueBalance;
|
||||
|
||||
typedef void (*BgDblueBalanceActionFunc)(struct BgDblueBalance* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDblueBalanceActionFunc)(struct BgDblueBalance*, GlobalContext*);
|
||||
|
||||
typedef struct BgDblueBalance {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDblueElevator;
|
||||
|
||||
typedef void (*BgDblueElevatorActionFunc)(struct BgDblueElevator* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDblueElevatorActionFunc)(struct BgDblueElevator*, GlobalContext*);
|
||||
|
||||
typedef struct BgDblueElevator {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDblueMovebg;
|
||||
|
||||
typedef void (*BgDblueMovebgActionFunc)(struct BgDblueMovebg* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDblueMovebgActionFunc)(struct BgDblueMovebg*, GlobalContext*);
|
||||
|
||||
typedef struct BgDblueMovebg {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDblueWaterfall;
|
||||
|
||||
typedef void (*BgDblueWaterfallActionFunc)(struct BgDblueWaterfall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDblueWaterfallActionFunc)(struct BgDblueWaterfall*, GlobalContext*);
|
||||
|
||||
typedef struct BgDblueWaterfall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDkjailIvy;
|
||||
|
||||
typedef void (*BgDkjailIvyActionFunc)(struct BgDkjailIvy* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDkjailIvyActionFunc)(struct BgDkjailIvy*, GlobalContext*);
|
||||
|
||||
typedef struct BgDkjailIvy {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgDyYoseizo;
|
||||
|
||||
typedef void (*BgDyYoseizoActionFunc)(struct BgDyYoseizo* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgDyYoseizoActionFunc)(struct BgDyYoseizo*, GlobalContext*);
|
||||
|
||||
typedef struct BgDyYoseizo {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgF40Block;
|
||||
|
||||
typedef void (*BgF40BlockActionFunc)(struct BgF40Block* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgF40BlockActionFunc)(struct BgF40Block*, GlobalContext*);
|
||||
|
||||
typedef struct BgF40Block {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgF40Flift;
|
||||
|
||||
typedef void (*BgF40FliftActionFunc)(struct BgF40Flift* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgF40FliftActionFunc)(struct BgF40Flift*, GlobalContext*);
|
||||
|
||||
typedef struct BgF40Flift {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgF40Switch;
|
||||
|
||||
typedef void (*BgF40SwitchActionFunc)(struct BgF40Switch* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgF40SwitchActionFunc)(struct BgF40Switch*, GlobalContext*);
|
||||
|
||||
typedef struct BgF40Switch {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgFireWall;
|
||||
|
||||
typedef void (*BgFireWallActionFunc)(struct BgFireWall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgFireWallActionFunc)(struct BgFireWall*, GlobalContext*);
|
||||
|
||||
typedef struct BgFireWall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgGoronOyu;
|
||||
|
||||
typedef void (*BgGoronOyuActionFunc)(struct BgGoronOyu* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgGoronOyuActionFunc)(struct BgGoronOyu*, GlobalContext*);
|
||||
|
||||
typedef struct BgGoronOyu {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgHakaBombwall;
|
||||
|
||||
typedef void (*BgHakaBombwallActionFunc)(struct BgHakaBombwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgHakaBombwallActionFunc)(struct BgHakaBombwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgHakaBombwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgHakuginBombwall;
|
||||
|
||||
typedef void (*BgHakuginBombwallActionFunc)(struct BgHakuginBombwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgHakuginBombwallActionFunc)(struct BgHakuginBombwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgHakuginBombwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgHakuginElvpole;
|
||||
|
||||
typedef void (*BgHakuginElvpoleActionFunc)(struct BgHakuginElvpole* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgHakuginElvpoleActionFunc)(struct BgHakuginElvpole*, GlobalContext*);
|
||||
|
||||
typedef struct BgHakuginElvpole {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgHakuginPost;
|
||||
|
||||
typedef void (*BgHakuginPostActionFunc)(struct BgHakuginPost* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgHakuginPostActionFunc)(struct BgHakuginPost*, GlobalContext*);
|
||||
|
||||
typedef struct BgHakuginPost {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgHakuginSwitch;
|
||||
|
||||
typedef void (*BgHakuginSwitchActionFunc)(struct BgHakuginSwitch* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgHakuginSwitchActionFunc)(struct BgHakuginSwitch*, GlobalContext*);
|
||||
|
||||
typedef struct BgHakuginSwitch {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIcefloe;
|
||||
|
||||
typedef void (*BgIcefloeActionFunc)(struct BgIcefloe* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIcefloeActionFunc)(struct BgIcefloe*, GlobalContext*);
|
||||
|
||||
typedef struct BgIcefloe {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkanaBlock;
|
||||
|
||||
typedef void (*BgIkanaBlockActionFunc)(struct BgIkanaBlock* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkanaBlockActionFunc)(struct BgIkanaBlock*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkanaBlock {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkanaBombwall;
|
||||
|
||||
typedef void (*BgIkanaBombwallActionFunc)(struct BgIkanaBombwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkanaBombwallActionFunc)(struct BgIkanaBombwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkanaBombwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkanaDharma;
|
||||
|
||||
typedef void (*BgIkanaDharmaActionFunc)(struct BgIkanaDharma* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkanaDharmaActionFunc)(struct BgIkanaDharma*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkanaDharma {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkanaMirror;
|
||||
|
||||
typedef void (*BgIkanaMirrorActionFunc)(struct BgIkanaMirror* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkanaMirrorActionFunc)(struct BgIkanaMirror*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkanaMirror {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkanaRotaryroom;
|
||||
|
||||
typedef void (*BgIkanaRotaryroomActionFunc)(struct BgIkanaRotaryroom* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkanaRotaryroomActionFunc)(struct BgIkanaRotaryroom*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkanaRotaryroom {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIkninside;
|
||||
|
||||
typedef void (*BgIkninsideActionFunc)(struct BgIkninside* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIkninsideActionFunc)(struct BgIkninside*, GlobalContext*);
|
||||
|
||||
typedef struct BgIkninside {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIknvDoukutu;
|
||||
|
||||
typedef void (*BgIknvDoukutuActionFunc)(struct BgIknvDoukutu* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIknvDoukutuActionFunc)(struct BgIknvDoukutu*, GlobalContext*);
|
||||
|
||||
typedef struct BgIknvDoukutu {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgIngate;
|
||||
|
||||
typedef void (*BgIngateActionFunc)(struct BgIngate* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgIngateActionFunc)(struct BgIngate*, GlobalContext*);
|
||||
|
||||
typedef struct BgIngate {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgKeikokuSaku;
|
||||
|
||||
typedef void (*BgKeikokuSakuActionFunc)(struct BgKeikokuSaku* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgKeikokuSakuActionFunc)(struct BgKeikokuSaku*, GlobalContext*);
|
||||
|
||||
typedef struct BgKeikokuSaku {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgKin2Bombwall;
|
||||
|
||||
typedef void (*BgKin2BombwallActionFunc)(struct BgKin2Bombwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgKin2BombwallActionFunc)(struct BgKin2Bombwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgKin2Bombwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgKin2Picture;
|
||||
|
||||
typedef void (*BgKin2PictureActionFunc)(struct BgKin2Picture* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgKin2PictureActionFunc)(struct BgKin2Picture*, GlobalContext*);
|
||||
|
||||
typedef struct BgKin2Picture {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgKin2Shelf;
|
||||
|
||||
typedef void (*BgKin2ShelfActionFunc)(struct BgKin2Shelf* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgKin2ShelfActionFunc)(struct BgKin2Shelf*, GlobalContext*);
|
||||
|
||||
typedef struct BgKin2Shelf {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgLastBwall;
|
||||
|
||||
typedef void (*BgLastBwallActionFunc)(struct BgLastBwall* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgLastBwallActionFunc)(struct BgLastBwall*, GlobalContext*);
|
||||
|
||||
typedef struct BgLastBwall {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgNumaHana;
|
||||
|
||||
typedef void (*BgNumaHanaActionFunc)(struct BgNumaHana* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgNumaHanaActionFunc)(struct BgNumaHana*, GlobalContext*);
|
||||
|
||||
typedef struct BgNumaHana {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgOpenShutter;
|
||||
|
||||
typedef void (*BgOpenShutterActionFunc)(struct BgOpenShutter* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgOpenShutterActionFunc)(struct BgOpenShutter*, GlobalContext*);
|
||||
|
||||
typedef struct BgOpenShutter {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgSinkaiKabe;
|
||||
|
||||
typedef void (*BgSinkaiKabeActionFunc)(struct BgSinkaiKabe* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgSinkaiKabeActionFunc)(struct BgSinkaiKabe*, GlobalContext*);
|
||||
|
||||
typedef struct BgSinkaiKabe {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgSpdweb;
|
||||
|
||||
typedef void (*BgSpdwebActionFunc)(struct BgSpdweb* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgSpdwebActionFunc)(struct BgSpdweb*, GlobalContext*);
|
||||
|
||||
typedef struct BgSpdweb {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BgSpoutFire;
|
||||
|
||||
typedef void (*BgSpoutFireActionFunc)(struct BgSpoutFire* this, GlobalContext* globalCtx);
|
||||
typedef void (*BgSpoutFireActionFunc)(struct BgSpoutFire*, GlobalContext*);
|
||||
|
||||
typedef struct BgSpoutFire {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss01;
|
||||
|
||||
typedef void (*Boss01ActionFunc)(struct Boss01* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss01ActionFunc)(struct Boss01*, GlobalContext*);
|
||||
|
||||
typedef struct Boss01 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss02;
|
||||
|
||||
typedef void (*Boss02ActionFunc)(struct Boss02* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss02ActionFunc)(struct Boss02*, GlobalContext*);
|
||||
|
||||
typedef struct Boss02 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss03;
|
||||
|
||||
typedef void (*Boss03ActionFunc)(struct Boss03* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss03ActionFunc)(struct Boss03*, GlobalContext*);
|
||||
|
||||
typedef struct Boss03 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss04;
|
||||
|
||||
typedef void (*Boss04ActionFunc)(struct Boss04* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss04ActionFunc)(struct Boss04*, GlobalContext*);
|
||||
|
||||
typedef struct Boss04 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss05;
|
||||
|
||||
typedef void (*Boss05ActionFunc)(struct Boss05* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss05ActionFunc)(struct Boss05*, GlobalContext*);
|
||||
|
||||
typedef struct Boss05 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss06;
|
||||
|
||||
typedef void (*Boss06ActionFunc)(struct Boss06* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss06ActionFunc)(struct Boss06*, GlobalContext*);
|
||||
|
||||
typedef struct Boss06 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct Boss07;
|
||||
|
||||
typedef void (*Boss07ActionFunc)(struct Boss07* this, GlobalContext* globalCtx);
|
||||
typedef void (*Boss07ActionFunc)(struct Boss07*, GlobalContext*);
|
||||
|
||||
typedef struct Boss07 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct BossHakugin;
|
||||
|
||||
typedef void (*BossHakuginActionFunc)(struct BossHakugin* this, GlobalContext* globalCtx);
|
||||
typedef void (*BossHakuginActionFunc)(struct BossHakugin*, GlobalContext*);
|
||||
|
||||
typedef struct BossHakugin {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DemoEffect;
|
||||
|
||||
typedef void (*DemoEffectActionFunc)(struct DemoEffect* this, GlobalContext* globalCtx);
|
||||
typedef void (*DemoEffectActionFunc)(struct DemoEffect*, GlobalContext*);
|
||||
|
||||
typedef struct DemoEffect {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DemoGetitem;
|
||||
|
||||
typedef void (*DemoGetitemActionFunc)(struct DemoGetitem* this, GlobalContext* globalCtx);
|
||||
typedef void (*DemoGetitemActionFunc)(struct DemoGetitem*, GlobalContext*);
|
||||
|
||||
typedef struct DemoGetitem {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DemoKankyo;
|
||||
|
||||
typedef void (*DemoKankyoActionFunc)(struct DemoKankyo* this, GlobalContext* globalCtx);
|
||||
typedef void (*DemoKankyoActionFunc)(struct DemoKankyo*, GlobalContext*);
|
||||
|
||||
typedef struct DemoKankyo {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DemoMoonend;
|
||||
|
||||
typedef void (*DemoMoonendActionFunc)(struct DemoMoonend* this, GlobalContext* globalCtx);
|
||||
typedef void (*DemoMoonendActionFunc)(struct DemoMoonend*, GlobalContext*);
|
||||
|
||||
typedef struct DemoMoonend {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DemoSyoten;
|
||||
|
||||
typedef void (*DemoSyotenActionFunc)(struct DemoSyoten* this, GlobalContext* globalCtx);
|
||||
typedef void (*DemoSyotenActionFunc)(struct DemoSyoten*, GlobalContext*);
|
||||
|
||||
typedef struct DemoSyoten {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmAh;
|
||||
|
||||
typedef void (*DmAhActionFunc)(struct DmAh* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmAhActionFunc)(struct DmAh*, GlobalContext*);
|
||||
|
||||
typedef struct DmAh {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmAl;
|
||||
|
||||
typedef void (*DmAlActionFunc)(struct DmAl* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmAlActionFunc)(struct DmAl*, GlobalContext*);
|
||||
|
||||
typedef struct DmAl {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmAn;
|
||||
|
||||
typedef void (*DmAnActionFunc)(struct DmAn* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmAnActionFunc)(struct DmAn*, GlobalContext*);
|
||||
|
||||
typedef struct DmAn {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmBal;
|
||||
|
||||
typedef void (*DmBalActionFunc)(struct DmBal* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmBalActionFunc)(struct DmBal*, GlobalContext*);
|
||||
|
||||
typedef struct DmBal {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar00;
|
||||
|
||||
typedef void (*DmChar00ActionFunc)(struct DmChar00* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar00ActionFunc)(struct DmChar00*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar00 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar01;
|
||||
|
||||
typedef void (*DmChar01ActionFunc)(struct DmChar01* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar01ActionFunc)(struct DmChar01*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar01 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar02;
|
||||
|
||||
typedef void (*DmChar02ActionFunc)(struct DmChar02* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar02ActionFunc)(struct DmChar02*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar02 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar03;
|
||||
|
||||
typedef void (*DmChar03ActionFunc)(struct DmChar03* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar03ActionFunc)(struct DmChar03*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar03 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar04;
|
||||
|
||||
typedef void (*DmChar04ActionFunc)(struct DmChar04* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar04ActionFunc)(struct DmChar04*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar04 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar05;
|
||||
|
||||
typedef void (*DmChar05ActionFunc)(struct DmChar05* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar05ActionFunc)(struct DmChar05*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar05 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar06;
|
||||
|
||||
typedef void (*DmChar06ActionFunc)(struct DmChar06* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar06ActionFunc)(struct DmChar06*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar06 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar08;
|
||||
|
||||
typedef void (*DmChar08ActionFunc)(struct DmChar08* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar08ActionFunc)(struct DmChar08*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar08 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmChar09;
|
||||
|
||||
typedef void (*DmChar09ActionFunc)(struct DmChar09* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmChar09ActionFunc)(struct DmChar09*, GlobalContext*);
|
||||
|
||||
typedef struct DmChar09 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmGm;
|
||||
|
||||
typedef void (*DmGmActionFunc)(struct DmGm* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmGmActionFunc)(struct DmGm*, GlobalContext*);
|
||||
|
||||
typedef struct DmGm {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmHina;
|
||||
|
||||
typedef void (*DmHinaActionFunc)(struct DmHina* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmHinaActionFunc)(struct DmHina*, GlobalContext*);
|
||||
|
||||
typedef struct DmHina {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmOpstage;
|
||||
|
||||
typedef void (*DmOpstageActionFunc)(struct DmOpstage* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmOpstageActionFunc)(struct DmOpstage*, GlobalContext*);
|
||||
|
||||
typedef struct DmOpstage {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmStk;
|
||||
|
||||
typedef void (*DmStkActionFunc)(struct DmStk* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmStkActionFunc)(struct DmStk*, GlobalContext*);
|
||||
|
||||
typedef struct DmStk {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmTag;
|
||||
|
||||
typedef void (*DmTagActionFunc)(struct DmTag* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmTagActionFunc)(struct DmTag*, GlobalContext*);
|
||||
|
||||
typedef struct DmTag {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DmZl;
|
||||
|
||||
typedef void (*DmZlActionFunc)(struct DmZl* this, GlobalContext* globalCtx);
|
||||
typedef void (*DmZlActionFunc)(struct DmZl*, GlobalContext*);
|
||||
|
||||
typedef struct DmZl {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DoorShutter;
|
||||
|
||||
typedef void (*DoorShutterActionFunc)(struct DoorShutter* this, GlobalContext* globalCtx);
|
||||
typedef void (*DoorShutterActionFunc)(struct DoorShutter*, GlobalContext*);
|
||||
|
||||
typedef struct DoorShutter {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct DoorWarp1;
|
||||
|
||||
typedef void (*DoorWarp1ActionFunc)(struct DoorWarp1* this, GlobalContext* globalCtx);
|
||||
typedef void (*DoorWarp1ActionFunc)(struct DoorWarp1*, GlobalContext*);
|
||||
|
||||
typedef struct DoorWarp1 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EffChange;
|
||||
|
||||
typedef void (*EffChangeActionFunc)(struct EffChange* this, GlobalContext* globalCtx);
|
||||
typedef void (*EffChangeActionFunc)(struct EffChange*, GlobalContext*);
|
||||
|
||||
typedef struct EffChange {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EffKamejimaWave;
|
||||
|
||||
typedef void (*EffKamejimaWaveActionFunc)(struct EffKamejimaWave* this, GlobalContext* globalCtx);
|
||||
typedef void (*EffKamejimaWaveActionFunc)(struct EffKamejimaWave*, GlobalContext*);
|
||||
|
||||
typedef struct EffKamejimaWave {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EffLastday;
|
||||
|
||||
typedef void (*EffLastdayActionFunc)(struct EffLastday* this, GlobalContext* globalCtx);
|
||||
typedef void (*EffLastdayActionFunc)(struct EffLastday*, GlobalContext*);
|
||||
|
||||
typedef struct EffLastday {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EffStk;
|
||||
|
||||
typedef void (*EffStkActionFunc)(struct EffStk* this, GlobalContext* globalCtx);
|
||||
typedef void (*EffStkActionFunc)(struct EffStk*, GlobalContext*);
|
||||
|
||||
typedef struct EffStk {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EffZoraband;
|
||||
|
||||
typedef void (*EffZorabandActionFunc)(struct EffZoraband* this, GlobalContext* globalCtx);
|
||||
typedef void (*EffZorabandActionFunc)(struct EffZoraband*, GlobalContext*);
|
||||
|
||||
typedef struct EffZoraband {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg;
|
||||
|
||||
typedef void (*ElfMsgActionFunc)(struct ElfMsg* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsgActionFunc)(struct ElfMsg*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg2;
|
||||
|
||||
typedef void (*ElfMsg2ActionFunc)(struct ElfMsg2* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsg2ActionFunc)(struct ElfMsg2*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg2 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg3;
|
||||
|
||||
typedef void (*ElfMsg3ActionFunc)(struct ElfMsg3* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsg3ActionFunc)(struct ElfMsg3*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg3 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg4;
|
||||
|
||||
typedef void (*ElfMsg4ActionFunc)(struct ElfMsg4* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsg4ActionFunc)(struct ElfMsg4*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg4 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg5;
|
||||
|
||||
typedef void (*ElfMsg5ActionFunc)(struct ElfMsg5* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsg5ActionFunc)(struct ElfMsg5*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg5 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct ElfMsg6;
|
||||
|
||||
typedef void (*ElfMsg6ActionFunc)(struct ElfMsg6* this, GlobalContext* globalCtx);
|
||||
typedef void (*ElfMsg6ActionFunc)(struct ElfMsg6*, GlobalContext*);
|
||||
|
||||
typedef struct ElfMsg6 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAh;
|
||||
|
||||
typedef void (*EnAhActionFunc)(struct EnAh* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAhActionFunc)(struct EnAh*, GlobalContext*);
|
||||
|
||||
typedef struct EnAh {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAkindonuts;
|
||||
|
||||
typedef void (*EnAkindonutsActionFunc)(struct EnAkindonuts* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAkindonutsActionFunc)(struct EnAkindonuts*, GlobalContext*);
|
||||
|
||||
typedef struct EnAkindonuts {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAl;
|
||||
|
||||
typedef void (*EnAlActionFunc)(struct EnAl* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAlActionFunc)(struct EnAl*, GlobalContext*);
|
||||
|
||||
typedef struct EnAl {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAm;
|
||||
|
||||
typedef void (*EnAmActionFunc)(struct EnAm* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAmActionFunc)(struct EnAm*, GlobalContext*);
|
||||
|
||||
typedef struct EnAm {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAn;
|
||||
|
||||
typedef void (*EnAnActionFunc)(struct EnAn* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAnActionFunc)(struct EnAn*, GlobalContext*);
|
||||
|
||||
typedef struct EnAn {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAnd;
|
||||
|
||||
typedef void (*EnAndActionFunc)(struct EnAnd* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAndActionFunc)(struct EnAnd*, GlobalContext*);
|
||||
|
||||
typedef struct EnAnd {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAni;
|
||||
|
||||
typedef void (*EnAniActionFunc)(struct EnAni* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAniActionFunc)(struct EnAni*, GlobalContext*);
|
||||
|
||||
typedef struct EnAni {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAob01;
|
||||
|
||||
typedef void (*EnAob01ActionFunc)(struct EnAob01* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAob01ActionFunc)(struct EnAob01*, GlobalContext*);
|
||||
|
||||
typedef struct EnAob01 {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnArrow;
|
||||
|
||||
typedef void (*EnArrowActionFunc)(struct EnArrow* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnArrowActionFunc)(struct EnArrow*, GlobalContext*);
|
||||
|
||||
typedef struct EnArrow {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAttackNiw;
|
||||
|
||||
typedef void (*EnAttackNiwActionFunc)(struct EnAttackNiw* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAttackNiwActionFunc)(struct EnAttackNiw*, GlobalContext*);
|
||||
|
||||
typedef struct EnAttackNiw {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnAz;
|
||||
|
||||
typedef void (*EnAzActionFunc)(struct EnAz* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnAzActionFunc)(struct EnAz*, GlobalContext*);
|
||||
|
||||
typedef struct EnAz {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
struct EnBaba;
|
||||
|
||||
typedef void (*EnBabaActionFunc)(struct EnBaba* this, GlobalContext* globalCtx);
|
||||
typedef void (*EnBabaActionFunc)(struct EnBaba*, GlobalContext*);
|
||||
|
||||
typedef struct EnBaba {
|
||||
/* 0x0000 */ Actor actor;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user