mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-12 09:12:15 -05:00
18 lines
286 B
C
18 lines
286 B
C
/**
|
|
* Author: Timothy Prepscius
|
|
* License: BSD + keep my name in the code!
|
|
*/
|
|
|
|
#ifndef __mailiverse_Lib_h__
|
|
#define __mailiverse_Lib_h__
|
|
|
|
#include "Types.h"
|
|
#include "External.h"
|
|
|
|
#include "client/Lib.h"
|
|
#include "core/Lib.h"
|
|
#include "mail/Lib.h"
|
|
#include "utilities/Lib.h"
|
|
|
|
#endif
|