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