diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 19:44:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 19:44:31 -0400 |
| commit | d107b6c2a922fff477075fb3525e6541b6d7f108 (patch) | |
| tree | cf2eb64789dc4ea7cd22cd2eec6620f7c316a875 /src/code/z_vimode.c | |
| parent | 17b774effe03aa959158d8a650bcb6b6bb9ac9a2 (diff) | |
`z64vi*.h` and `sys_cfb.h` headers (#1259)
* z64vimode.h
* z64viscvg.h
* z64vis*.h
* VisCvg
* sys_cfb.h
* a bit of naming
* review
* Renames
* bss
* fix
* bss
* bss
* bss
* messed up the merge
* bss is borken
* reordering 2
* remove prevent header from fault.c
Diffstat (limited to 'src/code/z_vimode.c')
| -rw-r--r-- | src/code/z_vimode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_vimode.c b/src/code/z_vimode.c index 3909c7a05..778c89c14 100644 --- a/src/code/z_vimode.c +++ b/src/code/z_vimode.c @@ -1,4 +1,5 @@ #include "global.h" +#include "z64vimode.h" #include "ultra64/viint.h" typedef struct { |
