Ver a proveniência

Fixes for C++

pull/20/head
Constantine Tarasenkov há 10 anos
ascendente
cometimento
ab12193f10
2 ficheiros alterados com 3 adições e 0 eliminações
  1. +2
    -0
      src/raylib.h
  2. +1
    -0
      src/utils.c

+ 2
- 0
src/raylib.h Ver ficheiro

@ -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 Ver ficheiro

@ -27,6 +27,7 @@
*
**********************************************************************************************/
#include "raylib.h"
#include "utils.h"
#if defined(PLATFORM_ANDROID)

Carregando…
Cancelar
Guardar