| 1 | #include "base/rust.h" |
|---|---|
| 2 | #include "engine/console.h" |
| 3 | |
| 4 | #ifdef __clang__ |
| 5 | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| 6 | #endif // __clang__ |
| 7 | |
| 8 | extern "C"{ |
| 9 | void cxxbridge1$194$RustVersionPrint(::IConsole const &console) noexcept; |
| 10 | |
| 11 | void cxxbridge1$194$RustVersionRegister(::IConsole &console) noexcept; |
| 12 | } // extern "C" |
| 13 | |
| 14 | void RustVersionPrint(::IConsole const &console) noexcept { |
| 15 | cxxbridge1$194$RustVersionPrint(console); |
| 16 | } |
| 17 | |
| 18 | void RustVersionRegister(::IConsole &console) noexcept { |
| 19 | cxxbridge1$194$RustVersionRegister(console); |
| 20 | } |
| 21 |