rrise-headers 0.2.2

A helper for Rrise, generating headers based on soundbank definition files
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2022 Contributors to the Rrise project
 */

#![allow(non_upper_case_globals)]
#![allow(non_snake_case)]

#[cfg(not(docsrs))]
include!(concat!(env!("OUT_DIR"), "/rr.rs"));