diff options
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 +} |
