mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
- Oops, forgot to reinclude missing SDL header.
Strangely it compiled fine for me, though.
This commit is contained in:
parent
df93d1a9f1
commit
fb3bf0eb58
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "hardware.h"
|
||||
#include "v_video.h"
|
||||
#include <SDL.h>
|
||||
#include "gl/system/gl_system.h"
|
||||
|
||||
EXTERN_CVAR (Float, dimamount)
|
||||
|
|
Loading…
Reference in a new issue