Add comment
This commit is contained in:
parent
fdbf69deee
commit
cf01118e93
|
@ -11,6 +11,11 @@
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
/*
|
||||||
|
Used https://gist.github.com/phobos2077/6bf357c49caaf515371a13f9a2d74a41 for testing
|
||||||
|
*/
|
||||||
|
|
||||||
namespace fallout {
|
namespace fallout {
|
||||||
|
|
||||||
static ArrayId nextArrayID = 1;
|
static ArrayId nextArrayID = 1;
|
||||||
|
|
Loading…
Reference in New Issue