質問編集履歴

1

ソース表示を間違えた

2020/11/14 05:02

投稿

kurira
kurira

スコア28

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
 
8
8
 
9
+ ```
10
+
9
- `#include "DxLib.h"
11
+ #include "DxLib.h"
10
12
 
11
13
  int WINAPI WinMain(HINSTANCE hI, HINSTANCE hP, LPSTR lpC, int nC)
12
14
 
@@ -46,7 +48,7 @@
46
48
 
47
49
  ClearDrawScreen();
48
50
 
49
- DrawLine(i, 0, a, 480,);
51
+ DrawLine(i, 0, a, 480,P);
50
52
 
51
53
  ScreenFlip();
52
54
 
@@ -62,7 +64,11 @@
62
64
 
63
65
  return 0;
64
66
 
65
- }`
67
+ }
68
+
69
+
70
+
71
+ ```
66
72
 
67
73
 
68
74