Plot Windows Move Realtime

This commit is contained in:
mwalker33
2020-04-12 20:24:56 +10:00
parent 5df9d3d8f7
commit 7fa8587dd2
7 changed files with 26 additions and 45 deletions

View File

@@ -24,6 +24,7 @@ void ShowGraphWindow(void);
void HideGraphWindow(void);
void RepaintGraphWindow(void);
void MainGraphics(void);
void SetWindowsPosition (void);
void InitGraphics(int argc, char **argv, char *script_cmds_file, char *script_cmd, bool stayInCommandLoop);
void ExitGraphics(void);
#ifndef MAX_GRAPH_TRACE_LEN