![]() |
libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
|
Go to the source code of this file.
Data Structures | |
struct | EvmuMemoryEventClass |
struct | EvmuMemoryEvent |
Macros | |
#define | EVMU_MEMORY_EVENT_TYPE (GBL_TYPEID(EvmuMemoryEvent)) |
#define | EVMU_MEMORY_EVENT(self) (GBL_CAST(EvmuMemoryEvent, self)) |
#define | EVMU_MEMORY_EVENT_CLASS(klass) (GBL_CLASS_CAST(EvmuMemoryEvent, klass)) |
#define | EVMU_MEMORY_EVENT_GET_CLASS(self) (GBL_CLASSOF(EvmuMemoryEvent, self)) |
Typedefs | |
typedef GblEnum | EVMU_MEMORY_EVENT_OP |
Enumerations | |
enum | EVMU_MEMORY_EVENT_OP |
Functions | |
GblType | EvmuMemoryEvent_type (void) |
#define EVMU_MEMORY_EVENT | ( | self | ) | (GBL_CAST(EvmuMemoryEvent, self)) |
Definition at line 14 of file evmu_memory_event.h.
#define EVMU_MEMORY_EVENT_CLASS | ( | klass | ) | (GBL_CLASS_CAST(EvmuMemoryEvent, klass)) |
Definition at line 15 of file evmu_memory_event.h.
#define EVMU_MEMORY_EVENT_GET_CLASS | ( | self | ) | (GBL_CLASSOF(EvmuMemoryEvent, self)) |
Definition at line 16 of file evmu_memory_event.h.
#define EVMU_MEMORY_EVENT_TYPE (GBL_TYPEID(EvmuMemoryEvent)) |
Definition at line 13 of file evmu_memory_event.h.
typedef GblEnum EVMU_MEMORY_EVENT_OP |
Definition at line 22 of file evmu_memory_event.h.
enum EVMU_MEMORY_EVENT_OP |
Definition at line 22 of file evmu_memory_event.h.