// ============================================================= //
//                                                               //
//   File      : aw_localdef.hxx                                 //
//   Purpose   : WINDOW internal defines                         //
//                                                               //
//   http://www.arb-home.de/                                     //
//                                                               //
// ============================================================= //

#ifndef AW_LOCALDEF_HXX
#define AW_LOCALDEF_HXX

inline bool AW_IS_IMAGEREF(const char* label) {
    //! return true if 'label' is an image reference
    return label[0] == '#';
}

#else
#error aw_localdef.hxx included twice
#endif // AW_LOCALDEF_HXX
