Skip to content

Commit

Permalink
Merge pull request #146 from MonsterDruide1/nx-gameframework-namespaces
Browse files Browse the repository at this point in the history
framework/nx: Fix `nn` namespace in `GameFrameworkNx`
  • Loading branch information
leoetlino authored Oct 18, 2024
2 parents 407241f + e4b069f commit 8abd57c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/framework/nx/seadGameFrameworkNx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
#include <nvn/nvn.h>
#include <thread/seadThread.h>

namespace sead
{
class DisplayBufferNvn;
namespace nn
{
namespace mem
Expand All @@ -21,6 +18,10 @@ class Layer;
}
} // namespace nn

namespace sead
{
class DisplayBufferNvn;

class GameFrameworkNx : public GameFramework
{
SEAD_RTTI_OVERRIDE(GameFrameworkNx, GameFramework)
Expand Down

0 comments on commit 8abd57c

Please sign in to comment.