bve-native 0.0.1

Remaking OpenBVE using a modern architecture, using Unity and Rust. C API.
1
2
3
4
5
#include <bve.h>

int main() {
    bve_init();
}