lpstd/lpstd.hpp

20 lines
387 B
C++

#ifndef __LPSTD_HPP__
#define __LPSTD_HPP__
#ifdef _WIN32
#include <cstdio>
#include <windows.h>
#endif
#include "src/logging/logger.hpp"
#include "src/patterns/singleton.hpp"
#include "src/testing/testing.hpp"
// #include "src/faker/faker.hpp"
#include "src/exceptions/exceptions.hpp"
#include "src/classes/command.hpp"
#include "src/classes/webserver.hpp"
#endif // __LPSTD_HPP__