Added nioTSO's EA MicroTalk encoder to the project

This commit is contained in:
Tony Bark 2024-05-07 11:54:50 -04:00
parent 4bee18c363
commit 41be518322
14 changed files with 2374 additions and 4 deletions

View file

@ -1,10 +1,8 @@
/** @file d20.h
* @brief Implements Dungeons & Dragons style dice in C
*
* d20.h is a reimplementation of https://github.com/opensourcedoc/d20-c,
* but following the principles of being a single header/file library with
* a minimal API
*
* d20.h is a reimplementation of https://github.com/opensourcedoc/d20-c,but following the principles of being a single header/file library with a minimal API.
* @source https://github.com/adamml/d20
* @author adamml
* @date 2022-11-07
*/