Files
wiicompiled/runtime/include/mkw_pch.h
T
patchzyy ec226e8348 init
2026-08-23 17:10:50 +02:00

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