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/strings.cc | |
| parent | 5505f28c358a50e9d610784303485cc757459162 (diff) | |
| download | game-02d243c531a5c7886c89024e592a2ccdeab3d3b3.tar.gz game-02d243c531a5c7886c89024e592a2ccdeab3d3b3.zip | |
impl all remaining containers
Diffstat (limited to 'src/strings.cc')
| -rw-r--r-- | src/strings.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/strings.cc b/src/strings.cc new file mode 100644 index 0000000..478ad69 --- /dev/null +++ b/src/strings.cc @@ -0,0 +1,9 @@ +#include "common.hh" + +void InitStrings(void){ + // no-op +} + +void ExitStrings(void){ + // no-op +} |
