RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: text/x-c++src Binary: false


Hang on, we reloading big blames...
/* Title: Globals.h * Author: M.Thomas BEAM Ltd * Date: 2007-06-01 * * Contents: * * Mod Rec: * */ #ifndef GLOBALS_H #define GLOBALS_H #include <BString.h> #include <Config.h> #include <qstatusbar.h> extern BString ghostName; extern Config gconfig; extern QStatusBar* gstatusbar; #endif