mod player added

This commit is contained in:
Joshua Reisenauer
2016-06-01 20:09:00 -07:00
parent 78b4494e2b
commit 90e1ed2b5e
4 changed files with 1652 additions and 22 deletions

View File

@@ -261,8 +261,9 @@
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
#ifndef true
#if !defined(_STDBOOL_H)
typedef enum { false, true } bool;
#define _STDBOOL_H
#endif
#endif