File: nt_graph.h

package info (click to toggle)
xsystem35 2.17.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,096 kB
  • sloc: ansic: 38,159; java: 4,085; xml: 249; sh: 134; python: 15; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __NT_GRAPH_H__
#define __NT_GRAPH_H__

extern void nt_gr_init();
extern void nt_gr_set_wallpaper(int no);
extern void nt_gr_set_scenery(int no);
extern void nt_gr_set_face(int no);
extern void nt_gr_set_spL(int no);
extern void nt_gr_set_spM(int no);
extern void nt_gr_set_spR(int no);
extern void nt_gr_set_spsL(int no);
extern void nt_gr_set_spsM(int no);
extern void nt_gr_set_spsR(int no);
extern void nt_gr_set_drawtime(int msec);
extern void nt_gr_draw(int effectno);
extern void nt_gr_screencg(int no, int x, int y);

#endif /* __NT_GRAPH_H__ */