Small boot cleanup (#1475)

This commit is contained in:
Derek Hensley
2023-11-09 15:08:21 -08:00
committed by GitHub
parent 70637abca9
commit e96f18d4e7
9 changed files with 18 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CARTHANDLE_H
#define CARTHANDLE_H
#include "ultra64.h"
extern OSPiHandle* gCartHandle;
#endif