質問編集履歴

2

2017/02/23 07:17

投稿

rapini-01
rapini-01

スコア12

test CHANGED
File without changes
test CHANGED
File without changes

1

関数ごとの区切り

2017/02/23 07:17

投稿

rapini-01
rapini-01

スコア12

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  #include "DxLib.h"
12
12
 
13
-
13
+ //========================================//
14
14
 
15
15
  struct OBJECT_DATA {
16
16
 
@@ -84,7 +84,7 @@
84
84
 
85
85
  };
86
86
 
87
-
87
+ //========================================//
88
88
 
89
89
  int run( );
90
90
 
@@ -118,7 +118,7 @@
118
118
 
119
119
  void drawHp();
120
120
 
121
-
121
+ //========================================//
122
122
 
123
123
  const char* PLAYER_IMAGE_NAME = RESOURCE_PATH "ダウンロード.png";
124
124
 
@@ -176,7 +176,7 @@
176
176
 
177
177
  const char* END_IMAGE_NAME = RESOURCE_PATH "BYnaPvrCUAAwbQu.jpg";
178
178
 
179
-
179
+ //========================================//
180
180
 
181
181
  static OBJECT_DATA g_player;
182
182
 
@@ -194,7 +194,7 @@
194
194
 
195
195
  static int g_damege = 0;
196
196
 
197
-
197
+ //========================================//
198
198
 
199
199
  int run( ) {
200
200