mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
14 lines
283 B
C
14 lines
283 B
C
|
/**
|
||
|
* Author: Timothy Prepscius
|
||
|
* License: BSD + keep my name in the code!
|
||
|
*/
|
||
|
|
||
|
#include <mailiverse/mail/manager/Master.h>
|
||
|
|
||
|
#ifndef PirateMailViewer_MasterSingleton_h
|
||
|
#define PirateMailViewer_MasterSingleton_h
|
||
|
|
||
|
extern mailiverse::mail::manager::MasterPtr masterSingleton;
|
||
|
|
||
|
#endif
|