mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 01:23:35 +00:00
11 lines
161 B
C++
11 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;
|