Преглед изворни кода

Merge pull request #20 from procedural/cpp-fixes

Fixes for C++, bool type already defined
pull/23/head
Ray пре 10 година
родитељ
комит
387795311c
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/raylib.h

+ 2
- 0
src/raylib.h Прегледај датотеку

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

Loading…
Откажи
Сачувај