libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
Loading...
Searching...
No Matches
evmu_clock_event.h File Reference

Go to the source code of this file.

Data Structures

struct  EvmuClockEventClass
 
struct  EvmuClockEvent
 

Macros

#define EVMU_CLOCK_EVENT_TYPE   (GBL_TYPEID(EvmuClockEvent))
 
#define EVMU_CLOCK_EVENT(self)   (GBL_CAST(EvmuClockEvent, self))
 
#define EVMU_CLOCK_EVENT_CLASS(klass)   (GBL_CLASS_CAST(EvmuClockEvent, klass))
 
#define EVMU_CLOCK_EVENT_GET_CLASS(self)   (GBL_CLASSOF(EvmuClockevent, self))
 

Functions

GblType EvmuClockEvent_type (void)
 

Detailed Description

EvmuClockEvent and related API.

Author
2023 Falco Girgis

Definition in file evmu_clock_event.h.

Macro Definition Documentation

◆ EVMU_CLOCK_EVENT

#define EVMU_CLOCK_EVENT (   self)    (GBL_CAST(EvmuClockEvent, self))

Definition at line 14 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_CLASS

#define EVMU_CLOCK_EVENT_CLASS (   klass)    (GBL_CLASS_CAST(EvmuClockEvent, klass))

Definition at line 15 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_GET_CLASS

#define EVMU_CLOCK_EVENT_GET_CLASS (   self)    (GBL_CLASSOF(EvmuClockevent, self))

Definition at line 16 of file evmu_clock_event.h.

◆ EVMU_CLOCK_EVENT_TYPE

#define EVMU_CLOCK_EVENT_TYPE   (GBL_TYPEID(EvmuClockEvent))

Definition at line 13 of file evmu_clock_event.h.