mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 23:52:02 +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"
|
#include "vectors.h"
|
||||||
|
|
||||||
#define FX_ROCKET 0x00000001
|
#define FX_ROCKET 0x00000001
|
||||||
|
|
Loading…
Reference in a new issue