Skip to content

Commit

Permalink
only include relevant headers for gu (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez authored May 9, 2024
1 parent 878efcc commit ff9e2f7
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 ff9e2f7

Please sign in to comment.