Type Definition loadorder_ffi::lo_game_handle[][src]

type lo_game_handle = *mut GameHandle;

A structure that holds all game-specific data used by libloadorder.

Used to keep each game's data independent. Abstracts the definition of libloadorder's internal state while still providing type safety across the library.