ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
cebix
/
SIDPlayer
/
src
/
clamp_includes
/
Plugin_ConstructorStruct.h
Revision:
1.1
Committed:
2000-07-28T12:42:30Z
(24 years, 2 months ago) by
cebix
Content type:
text/plain
Branch point for:
MAIN, cebix
Log Message:
Initial revision
File Contents
#
User
Rev
Content
1
cebix
1.1
#ifndef CLAMP_PLUGIN_CONSTRSTRUCT_H
2
#define CLAMP_PLUGIN_CONSTRSTRUCT_H
3
4
struct PluginConstructorStruct {
5
int Version; // Filled in directly by the NewPlugin function
6
const char *SettingsFolder;
7
};
8
9
#endif