/* * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef GLOBALS_H #define GLOBALS_H class BClipboard; extern BClipboard* gMouseClipboard; // clipboard used for mouse copy'n'paste #endif // GLOBALS_H