Skip to content

Commit

Permalink
feat: BGMAppDelegate.h forward declaring @Class BGMAudioDeviceManager…
Browse files Browse the repository at this point in the history
… and @Class BGMAppVolumesController
  • Loading branch information
johzzy committed Dec 18, 2024
1 parent e6375b0 commit 12a7deb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions BGMApp/BGMApp/BGMAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
// Sets up and tears down the app.
//

// Local Includes
#import "BGMAudioDeviceManager.h"
#import "BGMAppVolumesController.h"

// System Includes
#import <Cocoa/Cocoa.h>

@class BGMAudioDeviceManager;
@class BGMAppVolumesController;

// Tags for UI elements in MainMenu.xib
static NSInteger const kVolumesHeadingMenuItemTag = 3;
Expand Down
4 changes: 4 additions & 0 deletions BGMApp/BGMApp/Scripting/BGMAppDelegate+AppleScript.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

#import "BGMAppDelegate.h"

// Local Includes
#import "BGMAudioDeviceManager.h"
#import "BGMAppVolumesController.h"

// Local Includes
#import "BGMASOutputDevice.h"
#import "BGMASApplication.h"
Expand Down

0 comments on commit 12a7deb

Please sign in to comment.