mirror of
https://github.com/lucaspalomodevelop/lpstd.git
synced 2026-03-13 15:34:36 +00:00
9 lines
144 B
C++
9 lines
144 B
C++
|
|
#ifndef __LPSTD_HPP__
|
|
#define __LPSTD_HPP__
|
|
|
|
#include "src/patterns/singleton.hpp"
|
|
#include "src/testing/testing.hpp"
|
|
|
|
#endif // __LPSTD_HPP__
|