mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
10 lines
161 B
C++
10 lines
161 B
C++
//
|
|
// Global variables common to all platforms.
|
|
//
|
|
|
|
#include "lc_global.h"
|
|
#include <stdlib.h>
|
|
#include "globals.h"
|
|
|
|
Messenger* messenger;
|
|
MainWnd* main_window;
|