mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2024-11-22 01:05:03 +00:00
11 lines
284 B
C
11 lines
284 B
C
/* vim:set cin ft=c sw=4 sts=4 ts=8 et ai cino=Ls\:0t0(0 : -*- mode:c;fill-column:80;tab-width:8;c-basic-offset:4;indent-tabs-mode:nil;c-file-style:"k&r" -*-*/
|
|
|
|
#ifndef CURSINVT_H
|
|
# define CURSINVT_H
|
|
|
|
|
|
/* Global declarations */
|
|
|
|
void curses_update_inv(void);
|
|
|
|
#endif /* CURSINVT_H */
|