1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-30 21:41:58 +00:00
Files
rricharz.Tek4010/tek4010.h
2019-04-11 09:22:14 +02:00

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