OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / io / tokenizer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define TOKENIZE_CHECKQUOTE 0x01  /* Special handling of single quotes */
6
7 s16b tokenize(char *buf, s16b num, char **tokens, BIT_FLAGS mode);