frodo-wii/Src/C64_SC.cpp
2008-12-31 16:16:24 +00:00

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