This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
sdl
/
SDL
同期ミラー
https://github.com/libsdl-org/SDL.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
testcpuinfo.c needs SDL3/SDL_main.h
Anonymous Maarten
2 年 前
親
5888b008b1
コミット
bff449eb24
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
test/testcpuinfo.c
+ 1
- 0
test/testcpuinfo.c
ファイルの表示
@@ -1,4 +1,5 @@
#include <SDL3/SDL.h>
+#include <SDL3/SDL_main.h>
#include <stdio.h>