22 #ifndef ULTIMA8_USECODE_GLOBAL_STORAGE_H 23 #define ULTIMA8_USECODE_GLOBAL_STORAGE_H 25 #include "common/scummsys.h" 43 virtual void setSize(
unsigned int size) = 0;
49 virtual uint32 getEntries(
unsigned int pos,
unsigned int n)
const = 0;
55 virtual void setEntries(
unsigned int pos,
unsigned int n, uint32 val) = 0;
Definition: detection.h:27
Definition: algorithm.h:29
Definition: global_storage.h:39