mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-08-14 18:38:15 -04:00
Added nioTSO's EA MicroTalk encoder to the project
This commit is contained in:
parent
4bee18c363
commit
41be518322
14 changed files with 2374 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue