From cf01118e936e57baa5c9c951d3f3a9217e80d300 Mon Sep 17 00:00:00 2001 From: Vasilii Rogin Date: Mon, 15 May 2023 18:36:47 +0300 Subject: [PATCH] Add comment --- src/sfall_arrays.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sfall_arrays.cc b/src/sfall_arrays.cc index 8aec1af..8d5e5ce 100644 --- a/src/sfall_arrays.cc +++ b/src/sfall_arrays.cc @@ -11,6 +11,11 @@ #include #include #include + +/* +Used https://gist.github.com/phobos2077/6bf357c49caaf515371a13f9a2d74a41 for testing +*/ + namespace fallout { static ArrayId nextArrayID = 1;