Add namespace comments

This commit is contained in:
Alexander Batalov 2023-05-30 08:58:10 +03:00
parent 30090c9fbc
commit 17e5676aca
2 changed files with 2 additions and 2 deletions

View File

@ -694,4 +694,4 @@ ArrayId StringSplit(const char* str, const char* split)
return arrayId;
}
}
} // namespace fallout

View File

@ -29,6 +29,6 @@ ProgramValue ScanArray(ArrayId arrayId, const ProgramValue& val, Program* progra
ArrayId StringSplit(const char* str, const char* split);
}
} // namespace fallout
#endif /* FALLOUT_SFALL_ARRAYS_H_ */