1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-29 01:01:45 +02:00
GiantsTools/Sdk/Include/Core/Public/EventListenerResult.h
2021-02-28 00:46:21 -08:00

7 lines
74 B
C

#pragma once
enum class EventListenerResult
{
Continue,
Cancel
};