Skip to content

Commit

Permalink
Fix C++ header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Jan 8, 2025
1 parent cc08cd8 commit ca4d7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/seq_title.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#include <wii/cx.h>
#include <wii/mtx.h>
#include <msl/math.h>
#include <msl/new.h>
#include <nw4r/db/panic.h>
#include <nw4r/math/types.h>
#include <msl/new>
#include <nw4r/db/panic.hpp>
#include <nw4r/math/types.hpp>

extern "C" {

Expand Down
2 changes: 1 addition & 1 deletion src/spmario.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#include <wii/sc.h>
#include <wii/vi.h>
#include <wii/wpad.h>
#include <nw4r/snd.h>
#include <nw4r/snd.hpp>
#include <msl/string.h>

extern "C" {
Expand Down

0 comments on commit ca4d7aa

Please sign in to comment.