Skip to content

Commit

Permalink
add namespace comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tetraxile committed Nov 28, 2024
1 parent 10f0797 commit e2c3439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/al/Library/Camera/CameraSubTargetBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ class CameraSubTargetBase : public CameraTargetBase {
};

static_assert(sizeof(CameraSubTargetBase) == 0x18);
}
} // namespace al
2 changes: 1 addition & 1 deletion lib/al/Library/Play/Camera/ActorCameraSubTarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class ActorCameraSubTarget : public CameraSubTargetBase {
};

static_assert(sizeof(ActorCameraSubTarget) == 0x28);
}
} // namespace al

0 comments on commit e2c3439

Please sign in to comment.