Skip to content

Commit

Permalink
butano: missing header includes added
Browse files Browse the repository at this point in the history
  • Loading branch information
GValiente committed Aug 18, 2024
1 parent b9bc59b commit 7d9e38c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions butano/hw/include/bn_hw_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef BN_HW_MATH_H
#define BN_HW_MATH_H

#include "bn_common.h"
#include "../3rd_party/agbabi/include/agbabi.h"
#include "../3rd_party/gba-modern/include/gba-modern.h"

Expand Down
2 changes: 2 additions & 0 deletions butano/include/bn_assert_callback_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* @ingroup assert
*/

#include "bn_common.h"

namespace bn::assert
{
using callback_type = void(*)(); //!< Assert callback type alias.
Expand Down
1 change: 1 addition & 0 deletions butano/include/bn_memory_alias.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/

#include <memory>
#include "bn_common.h"

namespace bn
{
Expand Down
1 change: 1 addition & 0 deletions butano/include/bn_utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/

#include <utility>
#include "bn_common.h"

namespace bn
{
Expand Down
2 changes: 2 additions & 0 deletions butano/include/bn_vblank_callback_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* @ingroup core
*/

#include "bn_common.h"

namespace bn
{
using vblank_callback_type = void(*)(); //!< V-Blank callback type alias.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*
* * bn::hdma::start and bn::hdma::high_priority_start API improved.
* * Some assert messages improved.
* * Missing header includes added.
* * `hdma_palette` example added.
* * Dead links updated.
*
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.html

Large diffs are not rendered by default.

0 comments on commit 7d9e38c

Please sign in to comment.