it2play-sys 0.1.2

Unsafe Rust FFI bindings to it2play, an Impulse Tracker module player.
Documentation
1
2
3
4
5
6
7
8
#include <stdint.h>
#include <stdbool.h>
#include "it_structs.h"

hostChn_t hChn[MAX_HOST_CHANNELS];
slaveChn_t sChn[MAX_SLAVE_CHANNELS];
driver_t Driver;
song_t Song;