summaryrefslogtreecommitdiff
path: root/src/port/hooks/list/EngineEvent.h
blob: fb2ed47e46411e286e12ceb31851af5ec7b92d8e (plain)
1
2
3
4
5
6
#pragma once

#include "port/hooks/impl/EventSystem.h"

#define DISPLAY_UPDATE_EVENT_PRE  EVENT_ID(1, EVENT_TYPE_PRE)
#define DISPLAY_UPDATE_EVENT_POST EVENT_ID(2, EVENT_TYPE_POST)