/** Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#ifndef GLOBALS_H#define GLOBALS_Hclass BClipboard;class BFont;extern BClipboard* gMouseClipboard;// clipboard used for mouse copy'n'pastebool IsFontUsable(const BFont& font);#endif // GLOBALS_H