OSDN Git Service

[Refactor] #40413 Moved hexsym[] from util.c/h to string-processor.c/h
[hengband/hengband.git] / src / util / string-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern const char hexsym[16];
6
7 /*
8  * Automatically generated "variable" declarations
9  */
10 extern int max_macrotrigger;
11 extern concptr macro_template;
12 extern concptr macro_modifier_chr;
13 extern concptr macro_modifier_name[MAX_MACRO_MOD];
14 extern concptr macro_trigger_name[MAX_MACRO_TRIG];
15 extern concptr macro_trigger_keycode[2][MAX_MACRO_TRIG];
16
17 void text_to_ascii(char *buf, concptr str);
18 void ascii_to_text(char *buf, concptr str);