Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update interfaces for animated player textures #13

Merged
merged 6 commits into from
Dec 14, 2024

Conversation

TheAzack9
Copy link
Contributor

  • Adds some J3DModel pointers for the cap
  • Fixes some errors i had for compiling BetterSMS
  • Fixes return type for checkWaveOnAram

Copy link
Member

@JoshuaMKW JoshuaMKW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very shrimple.

@@ -121,7 +121,7 @@ public:
void createSampleModelData(J3DModelData *);

// Initializes animation data using all bck files in described folder
void init(const char *path, const char **);
void init(const char *path, const char**);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-format or just add a space between the type and the star.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Or just undo this diff)

@TheAzack9 TheAzack9 requested a review from JoshuaMKW December 14, 2024 23:41
@JoshuaMKW JoshuaMKW merged commit 717ed9c into DotKuribo:main Dec 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants