浏览代码

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;

||||||
x
 
000:0
正在加载...
取消
保存