Selaa lähdekoodia

Fixes for C++

pull/20/head
Constantine Tarasenkov 10 vuotta sitten
vanhempi
commit
ab12193f10
2 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +2
    -0
      src/raylib.h
  2. +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)

Ladataan…
Peruuta
Tallenna