mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +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>
|