19 lines
153 B
TOML
19 lines
153 B
TOML
header = """
|
|
#if 0
|
|
''' '
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
template <typename T>
|
|
using Box = T*;
|
|
#endif
|
|
|
|
#if 0
|
|
' '''
|
|
#endif
|
|
"""
|
|
[export]
|
|
exclude = [
|
|
"Box",
|
|
]
|