Skip to content

Commit

Permalink
Removed wrong function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
hozuki committed May 24, 2019
1 parent 1b6c34e commit 6f65ea4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apps/acb2wavs/acb2wavs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ static int ProcessAllBinaries(CAcbFile *acb, uint32_t formatVersion, const Optio

static int DecodeHca(IStream *hcaDataStream, IStream *waveStream, const HCA_DECODER_CONFIG &dc);

template<typename T>
T atoh(const char *str);

template<typename T>
T atoh(const char *str, int max_length);

static string ReplaceExtension(const std::string &s, const std::string &oldExt, const std::string &newExt);

int main(int argc, const char *argv[]) {
Expand Down

0 comments on commit 6f65ea4

Please sign in to comment.