mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 18:17:20 +00:00
10 lines
136 B
Objective-C
10 lines
136 B
Objective-C
/* WNCharacterListView */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "WNIconListView.h"
|
|
|
|
@interface WNCharacterListView : WNIconListView
|
|
{
|
|
}
|
|
@end
|