Correction de vector.empty() vers vector.clear().

This commit is contained in:
Marc-Eric Martel
2021-09-17 10:08:14 -04:00
parent 4deb7418c3
commit 13ccbff257
4 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
#define DEFINE_H__
#include <string>
#include <iostream>
#define CHUNK_SIZE_X 16
#define CHUNK_SIZE_Y 128