mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-10 10:45:39 +00:00
d408c98209
For backwards compatibility, we also `#include "tox_options.h"` in `tox.h`, but in 0.3.0 we can break that so most toxcore client code doesn't need the options, only the part that creates the instance.
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. "$(cd "$(dirname "${BASH_SOURCE[0]}")/../sources" && pwd)/run.sh"
|