mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +01:00
13 lines
228 B
C++
13 lines
228 B
C++
|
/*
|
||
|
* C64_SC.cpp - Put the pieces together (Frodo SC)
|
||
|
*
|
||
|
* Frodo (C) 1994-1997,2002 Christian Bauer
|
||
|
*/
|
||
|
|
||
|
// Same as C64.cpp (mainly to keep the BeIDE happy)
|
||
|
#ifdef __riscos__
|
||
|
#include "C64.cc"
|
||
|
#else
|
||
|
#include "C64.cpp"
|
||
|
#endif
|