18 lines
349 B
C++
18 lines
349 B
C++
|
|
#pragma once
|
||
|
|
#ifndef PRISM_PRECOMPILED_BASE_HEADERS_H
|
||
|
|
#define PRISM_PRECOMPILED_BASE_HEADERS_H
|
||
|
|
|
||
|
|
#include <algorithm>
|
||
|
|
#include <cstddef>
|
||
|
|
#include <functional>
|
||
|
|
#include <memory>
|
||
|
|
#include <optional>
|
||
|
|
#include <utility>
|
||
|
|
|
||
|
|
#include <BuildConfig.h>
|
||
|
|
#include <FileSystem.h>
|
||
|
|
#include <Json.h>
|
||
|
|
#include <Version.h>
|
||
|
|
|
||
|
|
#endif // PRISM_PRECOMPILED_BASE_HEADERS_H
|