1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-30 07:36:46 +00:00

Fix forward declaration of MoonState

This commit is contained in:
slothlife 2015-07-30 00:18:56 -05:00
parent 24ba54f4fe
commit 8dc7e158c6

View file

@ -19,7 +19,7 @@ namespace ESM
namespace MWRender namespace MWRender
{ {
class RenderingManager; class RenderingManager;
class MoonState; struct MoonState;
} }
namespace Loading namespace Loading