Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
raylib-src
mirror da
https://github.com/raysan5/raylib
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
24
Wiki
Attività
Sfoglia il codice sorgente
Fixes for C++
pull/20/head
Constantine Tarasenkov
10 anni fa
parent
b926765ce0
commit
ab12193f10
2 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
src/raylib.h
+1
-0
src/utils.c
+ 2
- 0
src/raylib.h
Vedi File
@ -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
Vedi File
@ -27,6 +27,7 @@
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#
include
"raylib.h"
#
include
"utils.h"
#
if defined(PLATFORM_ANDROID)
Scrivi
Anteprima
Caricamento…
Annulla
Salva