/*
** libfuncs.h
** 20th May 2000
** David McMinn
** Defines the prototypes for the only public function in the plugin
*/

#ifndef LIBFUNCS_H
#define LIBFUNCS_H

#include <scalos/scalos.h>

#include "defs.h"
#include "libbase.h"

struct ScaClassInfo * SAVEDS ASM GetClassInfo(void);

#endif

