mirror of
https://github.com/lucaspalomodevelop/lpstd.git
synced 2026-03-13 07:29:38 +00:00
12 lines
220 B
C++
12 lines
220 B
C++
|
|
#ifndef __LPSTD_HPP__
|
|
#define __LPSTD_HPP__
|
|
|
|
|
|
#include "src/patterns/singleton.hpp"
|
|
#include "src/testing/testing.hpp"
|
|
// #include "src/faker/faker.hpp"
|
|
#include "src/exceptions/exceptions.hpp"
|
|
|
|
#endif // __LPSTD_HPP__
|