OSDN Git Service

HMFleetInformationはデバッグ時にしか使用しないようにした
[kcd/KCD.git] / KCD / HMShipMasterDetailWindowController.h
1 //
2 //  HMShipMasterDetailWindowController.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2014/12/14.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #ifdef DEBUG
10
11 #import <Cocoa/Cocoa.h>
12
13 @interface HMShipMasterDetailWindowController : NSWindowController
14
15 @end
16
17 #endif