ソースを参照

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;

読み込み中…
キャンセル
保存