mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-01-30 21:41:58 +00:00
8 lines
389 B
C
8 lines
389 B
C
|
|
#define A_WINDOW_WIDTH 1024 // proposed width of main window
|
|
#define A_WINDOW_HEIGHT 780 // proposed height of main window
|
|
#define ICON_NAME "" // path to icon for window
|
|
|
|
#define TIME_INTERVAL 10 // time interval for timer function in msec
|
|
// 0 means no timer function
|