Ver código fonte

Merge pull request #20 from procedural/cpp-fixes

Fixes for C++, bool type already defined
pull/23/head
Ray 10 anos atrás
pai
commit
387795311c
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/raylib.h

+ 2
- 0
src/raylib.h Ver arquivo

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

Carregando…
Cancelar
Salvar