home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
GEM.ZOO
/
gemr.cc
< prev
next >
Wrap
C/C++ Source or Header
|
1992-04-26
|
432b
|
20 lines
/////////////////////////////////////////////////////////////////////////////
//
// This file is Copyright 1992 by Warwick W. Allison,
// and is freely distributable providing no charge is made.
//
/////////////////////////////////////////////////////////////////////////////
#include "aesbind.h"
#include "gemr.h"
GEMrsc::GEMrsc(char *filename)
{
rsrc_load(filename);
}
GEMrsc::~GEMrsc()
{
rsrc_free();
}