mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
Fix forward declaration of MoonState
This commit is contained in:
parent
24ba54f4fe
commit
8dc7e158c6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace ESM
|
|||
namespace MWRender
|
||||
{
|
||||
class RenderingManager;
|
||||
class MoonState;
|
||||
struct MoonState;
|
||||
}
|
||||
|
||||
namespace Loading
|
||||
|
|
Loading…
Reference in a new issue