Maipa's Standard Library Extension 1.5.6
mstd
Loading...
Searching...
No Matches
pch.hpp
1/*
2 * mstd - Maipa's Standard Library
3 *
4 * Licensed under the BSD 3-Clause License with Attribution Requirement.
5 * See the LICENSE file for details: https://github.com/MAIPA01/mstd/blob/main/LICENSE
6 *
7 * Copyright (c) 2025, Patryk Antosik (MAIPA01)
8 */
9
10#pragma once
11#ifndef _MSTD_PCH_HPP_
12 #define _MSTD_PCH_HPP_
13
14 #include <mstd/libs.hpp>
15
16#endif // MSTD_PCH_HPP