diff --git a/src/combined/atoi36.c b/src/combined/atoi36.c new file mode 100644 index 000000000..4f896a1e7 --- /dev/null +++ b/src/combined/atoi36.c @@ -0,0 +1,6 @@ +#include "common/settings.h" +#include "common/config.h" +#include "stdafx.h" + +#include "common/util/base36.c" +#include "tools/atoi36.c"