Sfoglia il codice sorgente

Merge pull request #20 from procedural/cpp-fixes

Fixes for C++, bool type already defined
pull/23/head
Ray 10 anni fa
parent
commit
387795311c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/raylib.h

+ 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;

Caricamento…
Annulla
Salva