]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/VLCDebug.h
Work-around a playlist-core bug which prevents 'intf-change' to be set on-time after...
[vlc] / projects / macosx / frontrow_plugin / VLCDebug.h
1 //
2 //  VLCDebug.h
3 //  FRVLC
4 //
5 //  Created by hyei on 06/09/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 #define PRINT_ME() NSLog(@"%s", __PRETTY_FUNCTION__)
12
13 @interface VLCFakeObject : NSObject
14 + (id)sharedFakeObject;
15 @end