yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze_pch.h
Go to the documentation of this file.
1// This is a precompiled header for the yaze project.
2// It includes a set of common, relatively stable headers that are used across
3// multiple source files to speed up compilation.
4
5#ifndef YAZE_PCH_H
6#define YAZE_PCH_H
7
8// Standard Library
9#include <array>
10#include <cstdint>
11#include <iostream>
12#include <memory>
13#include <set>
14#include <string>
15#include <string_view>
16#include <vector>
17
18#ifdef __OBJC__
19#import <Foundation/Foundation.h>
20#endif
21
22// Third-party libraries
23#include "absl/strings/str_format.h"
24#include "absl/strings/string_view.h"
25
26// Project-specific headers
27#include "util/log.h"
28
29
30#endif // YAZE_PCH_H