Changements C++20 et retour audio

This commit is contained in:
MarcEricMartel
2023-10-27 13:27:00 -04:00
parent da594fa3a2
commit f7b7a7f14d
6 changed files with 26 additions and 10 deletions

View File

@@ -31,6 +31,8 @@
#define TEXTURE_SIZE 512
#define MAX_BULLETS 512
#define BULLET_TIME .1
typedef uint8_t BlockType;
enum BLOCK_TYPE { BTYPE_AIR, BTYPE_DIRT, BTYPE_GRASS, BTYPE_METAL, BTYPE_ICE, BTYPE_LAST };
typedef uint64_t Timestamp;