Astral-codex/translator.h

10 lines
170 B
C
Raw Normal View History

2024-12-18 16:26:30 +00:00
#ifndef TRANSLATOR_H
#define TRANSLATOR_H
#include "translator.h"
namespace translation {
std::string translateInput(const std::string& i);
}
#endif //TRANSLATOR_H