frodo-wii/Src/SAM.h

16 lines
233 B
C
Raw Normal View History

2008-12-31 17:16:24 +01:00
/*
* 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