2019-12-08 12:28:51 +01:00
|
|
|
#pragma once
|
2019-11-03 18:19:29 +01:00
|
|
|
#include <functional>
|
2020-06-14 18:57:55 +02:00
|
|
|
#include "d_eventbase.h"
|
2019-11-03 18:19:29 +01:00
|
|
|
|
|
|
|
|
|
|
|
// Called by IO functions when input is detected.
|
|
|
|
void D_PostEvent (const event_t* ev);
|
|
|
|
|