mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
|
/*
|
||
|
* FrodoSCHeaders.pch++ (for Metrowerks BeIDE)
|
||
|
*/
|
||
|
|
||
|
#define FRODO_SC
|
||
|
|
||
|
#include <Be.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <stdio.h>
|