瀏覽代碼

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…
取消
儲存