OSDN Git Service

HMFleetInformationはデバッグ時にしか使用しないようにした
[kcd/KCD.git] / KCD / HMShipMasterDetailWindowController.m
index deb4c16..0caf25f 100644 (file)
@@ -6,6 +6,8 @@
 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
 //
 
+#ifdef DEBUG
+
 #import "HMShipMasterDetailWindowController.h"
 
 #import "HMAppDelegate.h"
 
 
 @end
+
+#endif