[go: up one dir, main page]

Menu

[ea6c30]: / world / Documentation.h  Maximize  Restore  History

Download this file

13 lines (12 with data), 459 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/// \brief Code for libvamos-world, the environment for cars and tracks
///
/// Cars and tracks do not interact directly. In fact, there are no
/// dependencies between the code in Vamos_Body and the code in Vamos_Track.
/// All interactions between bodies and tracks are handled by code in
/// Vamos_World.
///
/// The event loop, input handling (joystick, mouse, etc.) and the logic for
/// computer-controlled cars are here too.
namespace Vamos_World
{
}