Przeglądaj źródła

Merge pull request #20 from procedural/cpp-fixes

Fixes for C++, bool type already defined
pull/23/head
Ray 10 lat temu
rodzic
commit
387795311c
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/raylib.h

+ 2
- 0
src/raylib.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz