mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
/*
|
|
* FrodoHeaders.pch++ (for Metrowerks BeIDE)
|
|
*/
|
|
|
|
#define PC_IS_POINTER 1
|
|
#define PRECISE_CPU_CYCLES 0
|
|
#define PRECISE_CIA_CYCLES 0
|
|
|
|
#include <Be.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|