mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
10 lines
131 B
Objective-C
10 lines
131 B
Objective-C
/* WNLeaderListView */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#include "WNIconListView.h"
|
|
|
|
@interface WNLeaderListView : WNIconListView
|
|
{
|
|
}
|
|
@end
|