Skip to content

Commit

Permalink
pr:manual formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxDev2 committed Jul 25, 2024
1 parent 4d98f33 commit fca5752
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/framework/nx/seadGameFrameworkNx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

namespace sead
{

class DisplayBufferNvn;

namespace nn
{
namespace mem
Expand All @@ -33,6 +31,8 @@ class GameFrameworkNx : public GameFramework
char _8[68];
};

static_assert(sizeof(CreateArg) == 0x48, "");

GameFrameworkNx(const CreateArg&);
~GameFrameworkNx() override;

Expand Down Expand Up @@ -77,7 +77,6 @@ class GameFrameworkNx : public GameFramework
char _1B0[96];
};

static_assert(sizeof(sead::GameFrameworkNx) == 0x210, "GameFrameworkNx size");
static_assert(sizeof(sead::GameFrameworkNx::CreateArg) == 0x48, "GameFrameworkNx::CreateArg size");
static_assert(sizeof(GameFrameworkNx) == 0x210, "");

} // namespace sead

0 comments on commit fca5752

Please sign in to comment.