mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 09:11:52 -04:00
20 lines
441 B
C++
20 lines
441 B
C++
// Precompiled header for WiiCompiled
|
|
// This header is precompiled to speed up builds
|
|
// All common headers used by generated functions should be included here
|
|
|
|
#ifndef MKW_RECOMPILED_PCH_H
|
|
#define MKW_RECOMPILED_PCH_H
|
|
|
|
// Standard C++ headers
|
|
#include <cstdint>
|
|
#include <cstring>
|
|
#include <cmath>
|
|
#include <iostream>
|
|
|
|
// Project headers
|
|
#include "ppc_runtime.h"
|
|
#include "abi_bridge.h"
|
|
#include "memory.h"
|
|
|
|
#endif // MKW_RECOMPILED_PCH_H
|