Remove argument names from action funcs (#254)

This commit is contained in:
Maide
2021-08-12 16:33:07 -04:00
committed by GitHub
parent 82cc274b6a
commit 1a963884f3
388 changed files with 388 additions and 388 deletions
@@ -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;

Some files were not shown because too many files have changed in this diff Show More