mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
12 lines
412 B
Markdown
12 lines
412 B
Markdown
|
This folder contains the input file that can be used to generate the tox.h api
|
||
|
with: https://github.com/iphydf/apidsl
|
||
|
|
||
|
You can also use the following command if you can't install it:
|
||
|
|
||
|
```
|
||
|
cat tox.in.h | curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl > tox.h
|
||
|
```
|
||
|
|
||
|
Note that the output must be passed through astyle with the config in
|
||
|
other/astyle/astylerc to generate the exact same file.
|