diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-28 02:56:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-28 02:56:59 -0300 |
| commit | 02d243c531a5c7886c89024e592a2ccdeab3d3b3 (patch) | |
| tree | 1240702a1c514982b0e9dd8753daaea1b1ee6d75 /src/common.hh | |
| parent | 5505f28c358a50e9d610784303485cc757459162 (diff) | |
| download | game-02d243c531a5c7886c89024e592a2ccdeab3d3b3.tar.gz game-02d243c531a5c7886c89024e592a2ccdeab3d3b3.zip | |
impl all remaining containers
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh index bd3ccd7..b981b2b 100644 --- a/src/common.hh +++ b/src/common.hh @@ -115,6 +115,11 @@ void ExitSHM(void); void InitSHMExtern(bool Verbose); void ExitSHMExtern(void); +// strings.cc +// ============================================================================= +void InitStrings(void); +void ExitStrings(void); + // time.cc // ============================================================================= extern uint32 RoundNr; |
