DDNet documentation
Loading...
Searching...
No Matches
rust_version.h
Go to the documentation of this file.
1
#pragma once
2
#include "
base/rust.h
"
3
#include "
engine/console.h
"
4
5
#ifdef __clang__
6
#pragma clang diagnostic push
7
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
8
#endif
// __clang__
9
10
void
RustVersionPrint
(
::IConsole
const
&console)
noexcept
;
11
12
void
RustVersionRegister
(
::IConsole
&console)
noexcept
;
13
14
#ifdef __clang__
15
#pragma clang diagnostic pop
16
#endif
// __clang__
rust.h
IConsole
Definition
console.h:22
console.h
RustVersionPrint
void RustVersionPrint(::IConsole const &console) noexcept
Definition
rust_version.cpp:14
RustVersionRegister
void RustVersionRegister(::IConsole &console) noexcept
Definition
rust_version.cpp:18
src
rust-bridge
engine
shared
rust_version.h
Generated by
1.16.1