OSDN Git Service

upgrade to 3.6.2
[jnethack/source.git] / win / curses / cursinvt.h
1 /* 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" -*-*/
2 /* NetHack 3.6 cursinvt.h */
3 /* Copyright (c) Fredrik Ljungdahl, 2017. */
4 /* NetHack may be freely redistributed.  See license for details. */
5
6 #ifndef CURSINVT_H
7 # define CURSINVT_H
8
9
10 /* Global declarations */
11
12 void curses_update_inv(void);
13
14 #endif /* CURSINVT_H */