Add namespace comments
This commit is contained in:
parent
30090c9fbc
commit
17e5676aca
|
@ -694,4 +694,4 @@ ArrayId StringSplit(const char* str, const char* split)
|
||||||
return arrayId;
|
return arrayId;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace fallout
|
||||||
|
|
|
@ -29,6 +29,6 @@ ProgramValue ScanArray(ArrayId arrayId, const ProgramValue& val, Program* progra
|
||||||
|
|
||||||
ArrayId StringSplit(const char* str, const char* split);
|
ArrayId StringSplit(const char* str, const char* split);
|
||||||
|
|
||||||
}
|
} // namespace fallout
|
||||||
|
|
||||||
#endif /* FALLOUT_SFALL_ARRAYS_H_ */
|
#endif /* FALLOUT_SFALL_ARRAYS_H_ */
|
||||||
|
|
Loading…
Reference in New Issue