[][src]Module timberwolf::context

subsystem for managing the different contexts of the game (AKA game states)

Structs

Story

a stack-like collection of contexts that determines which controls what and when contexts do things

Enums

Request

notify the thread running the story what to do next

Traits

Context

a context in which part of the game runs, also known as a game state