-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGUI.H
executable file
·34 lines (27 loc) · 1007 Bytes
/
GUI.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
void draw3dwnd(int ptrSize, SYSTEM *solar, int isCoord, int isHyper, WAYPOINT *wp);
void draw2dwnd(int ptrSize, SYSTEM *solar, int isCoord, int isHyper, WAYPOINT *wp);
void draw(int ptrSize, SYSTEM *ptrList, int mode, int isCoord, int isHyper, WAYPOINT *wp, int currentPoint);
void statusLine();
void init();
void scaleMinus();
void scalePlus();
void clearWnd();
void moveScreenTo(SYSTEM * solar, int value);
void gotoSystem(int ptrSize, SYSTEM *solar);
void offsetXplus();
void offsetXminus();
void offsetYpuls();
void offsetYminus();
void offsetZplus();
void offsetZminus();
void spin(float *a, float *b, int f);
void spinX();
void spinY();
void spinZ();
void drawPathWnd(WAYPOINT *wp, int oy);
void pathWnd(WAYPOINT *wp, int currentPoint,SYSTEM *ptrList);
char* questionWnd(char *header, char *text);
void warningWnd(char *header, char *text);
void progressWnd(char *header, char *text, int current, int total);
void drawWnd(int x, int y, int width, int height);