This repository was archived by the owner on Nov 29, 2024. It is now read-only.
c++raylib実行ファイル実行 #64
Locked
Crab-Club1
started this conversation in
Show and tell
Replies: 1 comment
-
なんで大事なところが消えてるコードを送ってくるんですか? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#include "raylib.h"
#include // system関数を使用するために必要
int main() {
// ウィンドウの初期化
InitWindow(800, 600, "raylib Example");
}
Beta Was this translation helpful? Give feedback.
All reactions