1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 23:10:22 +00:00

Remove InitVars declarations from actor headers (#939)

* Remove InitVars declarations from actor headers

* Remove unused files in ovl_En_Ms
This commit is contained in:
Roman971 2021-09-01 21:03:52 +02:00 committed by GitHub
parent 89634377c6
commit 15c3a5eb91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
422 changed files with 0 additions and 851 deletions

View file

@ -1 +0,0 @@
#include "dlists.h"

View file

@ -1,9 +0,0 @@
#ifndef _DLISTS_H_
#define _DLISTS_H_
#include "ultra64.h"
#include "global.h"
extern const ActorInit InitVars;
#endif

View file

@ -18,7 +18,4 @@ typedef struct EnMs {
/* 0x024C */ s16 activeTimer;
} EnMs; // size = 0x0250
extern const ActorInit En_Ms_InitVars;
#endif