OSDN Git Service

9a42e96384768d27fbdb72c42cc3baf4fe58edc9
[hengband/hengband.git] / src / util / string-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void text_to_ascii(char *buf, concptr str);
6 void ascii_to_text(char *buf, concptr str);