blob: 6476d2117c661cad2dc9f1009da9aaab98568f93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// rustfmt-wrap_comments: true
//! Test:
//! * aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
//! * [`examples/simple`] – Demonstrates use of the [`init`] API with plain
//! structs.
//! * [`examples/simple_flatbuffer`] – Demonstrates use of the [`init`] API with
//! FlatBuffers.
//! * [`examples/gravity`] – Demonstrates use of the [`RLBot::set_game_state`]
//! API
fn foo() {}
|