Pārlūkot izejas kodu

Merge pull request #20 from procedural/cpp-fixes

Fixes for C++, bool type already defined
pull/23/head
Ray pirms 10 gadiem
vecāks
revīzija
387795311c
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      src/raylib.h

+ 2
- 0
src/raylib.h Parādīt failu

@ -178,8 +178,10 @@
// Types and Structures Definition
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
typedef enum { false, true } bool;
#endif
// byte type
typedef unsigned char byte;

Notiek ielāde…
Atcelt
Saglabāt