Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IncludeCategories:
Priority: 3
CaseSensitive: true

- Regex: '(<|")homeButtonMiniLib(\/)?' # HBM headers
- Regex: '(<|")homebuttonMiniLib(\/)?' # HBM headers
Priority: 4
CaseSensitive: true

Expand Down
14 changes: 0 additions & 14 deletions include/homeButtonMiniLib.h

This file was deleted.

13 changes: 13 additions & 0 deletions include/homebuttonMiniLib.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#ifndef HOME_BUTTON_MINI_LIB_H
#define HOME_BUTTON_MINI_LIB_H

#include <homebuttonMiniLib/HBMAnmController.h>
#include <homebuttonMiniLib/HBMApi.h>
#include <homebuttonMiniLib/HBMBase.h>
#include <homebuttonMiniLib/HBMController.h>
#include <homebuttonMiniLib/HBMFrameController.h>
#include <homebuttonMiniLib/HBMGUIManager.h>
#include <homebuttonMiniLib/HBMRemoteSpk.h>
#include <homebuttonMiniLib/HBMTypes.h>

#endif
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HOME_BUTTON_MINI_LIB_ANM_CONTROLLER_H
#define HOME_BUTTON_MINI_LIB_ANM_CONTROLLER_H
#include <homeButtonMiniLib/HBMFrameController.h>
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMFrameController.h>
#include <homebuttonMiniLib/HBMTypes.h>

#include <nw4r/lyt.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern "C" {
#endif

#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

void HBMCreate(const HBMDataInfo* pHBInfo);
void HBMInit();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef HOME_BUTTON_MINI_LIB_BASE_H
#define HOME_BUTTON_MINI_LIB_BASE_H
#include <homeButtonMiniLib/HBMGUIManager.h>
#include <homeButtonMiniLib/HBMRes.h>
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMGUIManager.h>
#include <homebuttonMiniLib/HBMRes.h>
#include <homebuttonMiniLib/HBMTypes.h>

#include <nw4r/lyt.h>
#include <nw4r/snd.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef HOME_BUTTON_MINI_LIB_CONTROLLER_H
#define HOME_BUTTON_MINI_LIB_CONTROLLER_H
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

#include <nw4r/snd.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef HOME_BUTTON_MINI_LIB_FRAME_CONTROLLER_H
#define HOME_BUTTON_MINI_LIB_FRAME_CONTROLLER_H
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

namespace homebutton {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef HOME_BUTTON_MINI_LIB_GUI_MANAGER_H
#define HOME_BUTTON_MINI_LIB_GUI_MANAGER_H
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

#include <nw4r/lyt.h>
#include <nw4r/snd.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef HOME_BUTTON_MINI_LIB_REMOTE_SPK_H
#define HOME_BUTTON_MINI_LIB_REMOTE_SPK_H
#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

#include <revolution/ARC.h>
#include <revolution/OS.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HOME_BUTTON_MINI_LIB_RES_H
#define HOME_BUTTON_MINI_LIB_RES_H

#include <homeButtonMiniLib/HBMTypes.h>
#include <homebuttonMiniLib/HBMTypes.h>

namespace homebutton {
namespace res {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <homeButtonMiniLib.h>
#include <homebuttonMiniLib.h>

#include <nw4r/lyt.h>
#include <nw4r/ut.h>


namespace homebutton {

GroupAnmController::GroupAnmController() : mpGroup(), mpAnimGroup() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <homeButtonMiniLib.h>
#include <homeButtonMiniLib/HBMRes.h>
#include <homebuttonMiniLib.h>
#include <homebuttonMiniLib/HBMRes.h>

#include <nw4r/lyt.h>
#include <nw4r/ut.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <homeButtonMiniLib.h>
#include <homebuttonMiniLib.h>

#include <revolution/MTX.h>
#include <revolution/OS.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <homeButtonMiniLib.h>
#include <homebuttonMiniLib.h>

namespace homebutton {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <homeButtonMiniLib.h>
#include <homebuttonMiniLib.h>

#include <nw4r/lyt.h>
#include <nw4r/snd.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <homeButtonMiniLib.h>
#include <homebuttonMiniLib.h>

#include <nw4r/snd.h>

Expand Down
Loading