summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libdos.h
blob: d934171a986a91f9cc299d5c2719947b9fa65d07 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __LIBDOS_H__
#define __LIBDOS_H__

void init_libdos();

inline void enable_smart_cursor(bool ) { }
inline bool is_smart_cursor_enabled()  { return (false); }

#endif