/************************************************************************/ /* */ /* Translation of GUI key names to the actual implementing GUI system */ /* */ /************************************************************************/ # ifndef APP_GUI_KEYS_H # define APP_GUI_KEYS_H /* yes BOTH! for dependencies in makefile */ # include "appGuiKeysMotif.h" # include "appGuiKeysGtk.h" # endif /* APP_GUI_KEYS_H */