[][src]Trait glk::traits::ResourceStream

pub trait ResourceStream {
    fn stream_open_resource(&mut self, filenum: u32, rock: u32) -> strid_t;
fn stream_open_resource_uni(&mut self, filenum: u32, rock: u32) -> strid_t; }

GLK_MODULE_RESOURCE_STREAM

Required methods

fn stream_open_resource(&mut self, filenum: u32, rock: u32) -> strid_t

Open a resource in the game blorb in 8-bit mode.

fn stream_open_resource_uni(&mut self, filenum: u32, rock: u32) -> strid_t

Open a resource in the game blorb in unicode mode.

Loading content...

Implementors

Loading content...