Skip to content

Commit

Permalink
Fix 2 comments in NSMBDS/source/NWAVPlayer.h (thx Ed_IT)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGameratorT committed Jun 29, 2020
1 parent c227e0f commit 0ece5ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NSMBDS/source/NWAVPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ namespace NWAVPlayer
typedef void(*EventHandler)(int);

/// <summary>Initializes the player system. (Hook after SND_Init)</summary>
/// <returns>True if the music wasn't stopped. False otherwise.</returns>
void init();

/// <summary>Updates the game fading. (Hook after SND_Main)</summary>
/// <returns>True if the music wasn't stopped. False otherwise.</returns>
bool updateFade();

/// <summary>Plays a music.</summary>
Expand Down

0 comments on commit 0ece5ac

Please sign in to comment.