22 #ifndef ULTIMA8_USECODE_BITSET_H 23 #define ULTIMA8_USECODE_BITSET_H 25 #include "ultima/ultima8/usecode/global_storage.h" 38 void setSize(
unsigned int size)
override;
44 uint32
getEntries(
unsigned int pos,
unsigned int n)
const override;
50 void setEntries(
unsigned int pos,
unsigned int n, uint32 bits)
override;
void setSize(unsigned int size) override
Definition: detection.h:27
uint32 getEntries(unsigned int pos, unsigned int n) const override
void setEntries(unsigned int pos, unsigned int n, uint32 bits) override
Definition: global_storage.h:32