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