Skip to content

Commit 5b9a918

Browse files
Archezbriaguya-ai
authored andcommitted
only include relevant headers for gu (Kenix3#572)
1 parent 97b11c9 commit 5b9a918

File tree

1 file changed

+3
-2
lines changed
  • include/libultraship/libultra

1 file changed

+3
-2
lines changed

include/libultraship/libultra/gu.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#ifndef ULTRA64_GU_H
22
#define ULTRA64_GU_H
33

4-
#include "../libultraship.h"
4+
#include "types.h"
5+
#include "gbi.h"
56
#include "sptask.h"
67

78
#define GU_PI 3.1415926
@@ -200,4 +201,4 @@ void guSprite2DInit(uSprite* SpritePointer, void* SourceImagePointer, void* Tlut
200201
}
201202
#endif
202203

203-
#endif
204+
#endif

0 commit comments

Comments
 (0)