koliseo 0.5.4
Loading...
Searching...
No Matches
Koliseo_Temp Struct Reference

Represents a savestate for a Koliseo. More...

#include <koliseo.h>

Data Fields

Koliseokls
 Reference to the actual Koliseo we're saving.
ptrdiff_t offset
 Current position of memory pointer.
ptrdiff_t prev_offset
 Previous position of memory pointer.

Detailed Description

Represents a savestate for a Koliseo.

See also
kls_temp_start()
kls_temp_end()
KLS_PUSH()
KLS_POP()

Field Documentation

◆ kls

Koliseo* Koliseo_Temp::kls

Reference to the actual Koliseo we're saving.

◆ offset

ptrdiff_t Koliseo_Temp::offset

Current position of memory pointer.

◆ prev_offset

ptrdiff_t Koliseo_Temp::prev_offset

Previous position of memory pointer.


The documentation for this struct was generated from the following file: