mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-28 22:11:19 +00:00
- fixed missing include.
This commit is contained in:
parent
5dfe9918d0
commit
86e5f5a4cb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "d_gui.h"
|
#include "d_gui.h"
|
||||||
|
#include "zstring.h"
|
||||||
|
|
||||||
// Input event types.
|
// Input event types.
|
||||||
enum EGenericEvent
|
enum EGenericEvent
|
||||||
|
|
Loading…
Reference in a new issue