mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 01:08:17 +00:00
mod player added
This commit is contained in:
@@ -261,8 +261,9 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
#ifndef __cplusplus
|
||||
// Boolean type
|
||||
#ifndef true
|
||||
#if !defined(_STDBOOL_H)
|
||||
typedef enum { false, true } bool;
|
||||
#define _STDBOOL_H
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user