mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 21:21:03 +00:00
8 lines
103 B
C++
8 lines
103 B
C++
#pragma once
|
|
|
|
|
|
typedef enum _EVENT_TYPE
|
|
{
|
|
NotificationEvent,
|
|
SynchronizationEvent
|
|
} EVENT_TYPE; |