Skip to content

Commit

Permalink
return type for Camera_80030788
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 30, 2024
1 parent 4075da1 commit 179d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/melee/cm/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/* 02F474 */ void Camera_8002F474(void);
/* 02F8F4 */ void Camera_8002F8F4(void);
/* 030740 */ void Camera_80030740(u8 r, u8 g, u8 b);
/* 030788 */ M2C_UNK Camera_80030788(Vec3*);
/* 030788 */ void Camera_80030788(Vec3*);
/* 030A50 */ void* Camera_80030A50(void);
/* 030A78 */ bool Camera_80030A78(void);
/* 030B24 */ bool Camera_80030B24(void);
Expand Down

0 comments on commit 179d710

Please sign in to comment.