summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.h
blob: 6403851964916d17133fd16bf830df5c63e1209e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef LIBW32C_H
#define LIBW32C_H

#ifndef USE_TILE

#include "libconsole.h"
static inline constexpr bool is_tiles() { return false; }
void w32_insert_escape();

#endif

#endif