summary refs log tree commit diff stats
path: root/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources.h')
-rw-r--r--resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources.h b/resources.h index ced40b0..dd18ffe 100644 --- a/resources.h +++ b/resources.h
@@ -9,6 +9,7 @@
9#define DEFIMAGE(title) extern int* _binary_ ## title ## _bmp_start; extern int* _binary_ ## title ## _bmp_size; 9#define DEFIMAGE(title) extern int* _binary_ ## title ## _bmp_start; extern int* _binary_ ## title ## _bmp_size;
10#endif 10#endif
11 11
12DEFIMAGE(icon)
12DEFIMAGE(title) 13DEFIMAGE(title)
13DEFIMAGE(pointer) 14DEFIMAGE(pointer)
14DEFIMAGE(htp1) 15DEFIMAGE(htp1)