mirror of
https://github.com/lucaspalomodevelop/lpstd.git
synced 2026-03-12 23:27:22 +00:00
8 lines
100 B
C++
8 lines
100 B
C++
|
|
#ifndef __LPSTD_HPP__
|
|
#define __LPSTD_HPP__
|
|
|
|
#include "src/singleton.hpp"
|
|
|
|
#endif // __LPSTD_HPP__
|