mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 00:21:43 +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
|
||||
#include <stdint.h>
|
||||
#include "d_gui.h"
|
||||
#include "zstring.h"
|
||||
|
||||
// Input event types.
|
||||
enum EGenericEvent
|
||||
|
|
Loading…
Reference in a new issue