thunderbrew/src/app/mac/WoWApplication.h

12 lines
188 B
C
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef APP_MAC_WOW_APPLICATION_H
#define APP_MAC_WOW_APPLICATION_H
#include <AppKit/AppKit.h>
#include <Foundation/Foundation.h>
@interface WoWApplication : NSApplication
@end
#endif