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

void init_libdos();

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

#endif