mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-25 17:54:15 +00:00
clang-format
This commit is contained in:
parent
6b84b3e2b2
commit
9408bc0770
1 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
* File: z_bg_gate_shutter.c
|
* File: z_bg_gate_shutter.c
|
||||||
* Overlay: Bg_Gate_Shutter
|
* Overlay: Bg_Gate_Shutter
|
||||||
* Description:
|
* Description:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "z_bg_gate_shutter.h"
|
#include "z_bg_gate_shutter.h"
|
||||||
|
|
||||||
|
@ -21,8 +21,7 @@ static void func_80878300(BgGateShutter* this, GlobalContext* globalCtx);
|
||||||
static void func_808783AC(BgGateShutter* this, GlobalContext* globalCtx);
|
static void func_808783AC(BgGateShutter* this, GlobalContext* globalCtx);
|
||||||
static void func_808783D4(BgGateShutter* this, GlobalContext* globalCtx);
|
static void func_808783D4(BgGateShutter* this, GlobalContext* globalCtx);
|
||||||
|
|
||||||
const ActorInit Bg_Gate_Shutter_InitVars =
|
const ActorInit Bg_Gate_Shutter_InitVars = {
|
||||||
{
|
|
||||||
ACTOR_BG_GATE_SHUTTER,
|
ACTOR_BG_GATE_SHUTTER,
|
||||||
ACTORTYPE_ITEMACTION,
|
ACTORTYPE_ITEMACTION,
|
||||||
ROOM,
|
ROOM,
|
||||||
|
|
Loading…
Reference in a new issue