このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Fixes for C++
pull/20/head
Constantine Tarasenkov
10年前
親
b926765ce0
コミット
ab12193f10
2個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
src/raylib.h
+1
-0
src/utils.c
+ 2
- 0
src/raylib.h
ファイルの表示
@ -178,8 +178,10 @@
/
/
Types
and
Structures
Definition
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
#
ifndef __cplusplus
/
/
Boolean
type
typedef
enum
{
false
,
true
}
bool
;
#
endif
/
/
byte
type
typedef
unsigned
char
byte
;
+ 1
- 0
src/utils.c
ファイルの表示
@ -27,6 +27,7 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
include
"raylib.h"
#
include
"utils.h"
#
if defined(PLATFORM_ANDROID)
書き込み
プレビュー
読み込み中…
キャンセル
保存