mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
8 lines
151 B
C
8 lines
151 B
C
#pragma once
|
|
#include <functional>
|
|
#include "d_eventbase.h"
|
|
|
|
|
|
// Called by IO functions when input is detected.
|
|
void D_PostEvent (const event_t* ev);
|
|
|