OSDN Git Service

命中表示修正
[awarsiii/AwarsIV.git] / Awars III / StandView.h
1 //
2 //  StandView.h
3 //  Awars III
4 //
5 //  Created by Killery on 2013/11/07.
6 //  Copyright (c) 2013年 Killery. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import "ScenarioEditor.h"
11
12 int imgGx;
13 int imgGy;
14 NSPoint startPoint;
15 NSPoint endPoint;
16
17 bool TV1sglFlag;
18 bool TV2sglFlag;
19
20 NSInteger TVCrow1;
21 NSInteger TVCrow2;
22
23 NSMutableArray *deletedName;
24
25 int layerIndex;
26 bool layerLoadOver;
27
28 @interface StandView : NSView
29 {
30     NSTimer *time;
31     NSImage *testImage;
32     
33     NSPoint startPoint;
34     NSPoint endPoint;
35 }
36 @end