mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-01-09 04:28:12 -05:00
15 lines
259 B
C
15 lines
259 B
C
/**
|
|
* Author: Timothy Prepscius
|
|
* License: BSD + keep my name in the code!
|
|
*/
|
|
|
|
#ifndef __mailiverse_mail_Lib_h__
|
|
#define __mailiverse_mail_Lib_h__
|
|
|
|
#include "cache/Lib.h"
|
|
#include "manager/Lib.h"
|
|
#include "model/Lib.h"
|
|
#include "serializers/Lib.h"
|
|
|
|
#endif
|