Add comment

This commit is contained in:
Vasilii Rogin 2023-05-15 18:36:47 +03:00
parent fdbf69deee
commit cf01118e93
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
#include <unordered_map>
#include <unordered_set>
#include <vector>
/*
Used https://gist.github.com/phobos2077/6bf357c49caaf515371a13f9a2d74a41 for testing
*/
namespace fallout {
static ArrayId nextArrayID = 1;