Files
EeveeSpotifyReborn/Sources/EeveeSpotifyC/Tweak.m
T
2024-04-20 22:28:44 +03:00

9 lines
225 B
Objective-C

#import <Orion/Orion.h>
#import <Foundation/Foundation.h>
__attribute__((constructor)) static void init() {
// Initialize Orion - do not remove this line.
orion_init();
// Custom initialization code goes here.
}