mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-25 14:45:35 +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:
parent
5acf9ecbcf
commit
fc906eec66
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
namespace urde {
|
namespace urde {
|
||||||
class CStateManager;
|
class CStateManager;
|
||||||
class CInGameGuiManager;
|
|
||||||
class CToken;
|
class CToken;
|
||||||
|
|
||||||
namespace MP1 {
|
namespace MP1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user