Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Fixes for C++
pull/20/head
Constantine Tarasenkov
10 vuotta sitten
vanhempi
b926765ce0
commit
ab12193f10
2 muutettua tiedostoa
jossa
3 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/raylib.h
+1
-0
src/utils.c
+ 2
- 0
src/raylib.h
Näytä tiedosto
@ -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
Näytä tiedosto
@ -27,6 +27,7 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
include
"raylib.h"
#
include
"utils.h"
#
if defined(PLATFORM_ANDROID)
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna