leocad/common/globals.h

13 lines
177 B
C
Raw Normal View History

2011-09-07 23:06:51 +02:00
#ifndef _GLOBALS_H_
#define _GLOBALS_H_
#include "console.h"
class Messenger;
extern Messenger* messenger;
class MainWnd;
extern MainWnd* main_window;
#endif // _GLOBALS_H_