Début TP2 + Handling des événements de touches de mouvement

This commit is contained in:
Marc-Eric Martel
2021-09-24 10:15:43 -04:00
parent 6d62a36bd3
commit 2f8e6dbb30
186 changed files with 26429 additions and 442 deletions

View File

@@ -1,17 +0,0 @@
#ifndef DEFINE_H__
#define DEFINE_H__
#include <string>
#include <iostream>
#define CHUNK_SIZE_X 16
#define CHUNK_SIZE_Y 128
#define CHUNK_SIZE_Z 16
enum BlockType {
BTYPE_AIR,
BTYPE_DIRT,
BTYPE_GRASS
};
#endif