Skip to content

Commit

Permalink
Add NanaZip::Codecs::Decoder and NanaZip::Codecs::Encoder namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Sep 25, 2024
1 parent 23a94f7 commit 2fbcb71
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NanaZip.Codecs/NanaZip.Codecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,14 @@ namespace NanaZip::Codecs::Hash
IHasher* CreateXxh3128();
}

namespace NanaZip::Codecs::Decoder
{

}

namespace NanaZip::Codecs::Encoder
{

}

#endif // !NANAZIP_CODECS

0 comments on commit 2fbcb71

Please sign in to comment.