mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-18 18:21:13 +00:00
- add missing forward declarations
This commit is contained in:
parent
52460d53d9
commit
69229d7719
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
class FRenderState;
|
class FRenderState;
|
||||||
|
struct secplane_t;
|
||||||
|
struct subsector_t;
|
||||||
|
|
||||||
struct FFlatVertex
|
struct FFlatVertex
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue