mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-08 00:04:35 -04:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
#ifndef CONFIG_H__
|
|
#define CONFIG_H__
|
|
|
|
#define PIXMAPS_DIR "./pixmaps"
|
|
#define CATALOGS_DIR "./catalog"
|
|
#define WIDGETS_DIR "./widgets"
|
|
|
|
#endif
|