このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Expose RAYLIB_VERSION in raylib.h
#1747
pull/1748/head
Ray
4年前
親
c4eaf0076d
コミット
a41ed986bd
3個のファイルの変更
、
2行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-2
src/config.h
+0
-2
src/core.c
+2
-0
src/raylib.h
+ 0
- 2
src/config.h
ファイルの表示
@ -25,8 +25,6 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
define RAYLIB_VERSION "3.7"
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Module
:
core
-
Configuration
Flags
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 0
- 2
src/core.c
ファイルの表示
@ -116,8 +116,6 @@
/
/
Check
if
config
flags
have
been
externally
provided
on
compilation
line
#
if !defined(EXTERNAL_CONFIG_FLAGS)
#
include
"config.h" // Defines module configuration flags
#
else
#
define RAYLIB_VERSION "3.7"
#
endif
#
include
"utils.h" // Required for: TRACELOG macros
+ 2
- 0
src/raylib.h
ファイルの表示
@ -81,6 +81,8 @@
#
include
<stdarg.h> // Required for: va_list - Only used by TraceLogCallback
#
define RAYLIB_VERSION "3.7.0"
#
if defined(_WIN32)
/
/
Microsoft
attibutes
to
tell
compiler
that
symbols
are
imported
/
exported
from
a
.
dll
#
if defined(BUILD_LIBTYPE_SHARED)
書き込み
プレビュー
読み込み中…
キャンセル
保存