mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Missing include guard
This commit is contained in:
parent
ff2ab61abc
commit
266924600a
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "vectors.h"
|
||||
|
||||
#define FX_ROCKET 0x00000001
|
||||
|
|
Loading…
Reference in a new issue