diff options
author | deva <deva> | 2006-07-25 16:35:23 +0000 |
---|---|---|
committer | deva <deva> | 2006-07-25 16:35:23 +0000 |
commit | 4669a3517d6976a95978ac70de427b7f1c7cd3f8 (patch) | |
tree | 00a2ce9e8e81ca48c1a8a0f1dec996ec156e17b9 /client/icons.cc | |
parent | 1c0958e68fa58683ea4ceebc7cd20b5f1f747d3c (diff) |
Moved the ETC and PIXMAPS symbols to config.h.
Diffstat (limited to 'client/icons.cc')
-rw-r--r-- | client/icons.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/icons.cc b/client/icons.cc index 93fc137..9af894c 100644 --- a/client/icons.cc +++ b/client/icons.cc @@ -26,6 +26,9 @@ */ #include "icons.h" +// For PIXMAPS +#include "config.h" + /** * The image files */ |