質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
```ここに言語を入力
|
2
2
|
#pragma once
|
3
3
|
#include "SDL/SDL.h"
|
4
|
-
#
|
4
|
+
#include <vector>
|
5
5
|
struct Vector
|
6
6
|
{
|
7
7
|
float x;
|
1
タイトル
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
vectorの宣言で要素数を
|
1
|
+
vectorの宣言で要素数を指定するとエラーが出る(Visual Studio)
|
body
CHANGED
File without changes
|