Skip to content

Commit

Permalink
only include relevant headers for gu (Kenix3#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez authored and briaguya-ai committed May 9, 2024
1 parent 97b11c9 commit 5b9a918
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/libultraship/libultra/gu.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#ifndef ULTRA64_GU_H
#define ULTRA64_GU_H

#include "../libultraship.h"
#include "types.h"
#include "gbi.h"
#include "sptask.h"

#define GU_PI 3.1415926
Expand Down Expand Up @@ -200,4 +201,4 @@ void guSprite2DInit(uSprite* SpritePointer, void* SourceImagePointer, void* Tlut
}
#endif

#endif
#endif

0 comments on commit 5b9a918

Please sign in to comment.