frodo-wii/Src/SAM.h
2008-12-31 16:16:24 +00:00

16 lines
233 B
C++

/*
* SAM.h - Simple Assembler and Monitor With Integrated System Explorer
*
* Frodo (C) 1994-1997,2002 Christian Bauer
*/
#ifndef _SAM_H
#define _SAM_H
class C64;
// Exported functions
extern void SAM(C64 *the_c64);
#endif