Sfoglia il codice sorgente

Fixes for C++

pull/20/head
Constantine Tarasenkov 10 anni fa
parent
commit
ab12193f10
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/raylib.h
  2. +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)

Caricamento…
Annulla
Salva