2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-03 10:01:20 +00:00

MP1/CMFGame: Remove erroneous forward declaration

This type is actually defined within the urde::MP1 namespace, not the
top-level urde namespace.

We remove the namespace itself however, given the header for that type
is already being included.
This commit is contained in:
Lioncash 2019-08-08 23:09:55 -04:00
parent 5acf9ecbcf
commit fc906eec66

View File

@ -6,7 +6,6 @@
namespace urde {
class CStateManager;
class CInGameGuiManager;
class CToken;
namespace MP1 {