ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
cebix
/
SIDPlayer
/
src
/
clamp_includes
/
Plugin_ConstructorStruct.h
Revision:
1.1.1.1
(vendor branch)
Committed:
2000-07-28T12:42:30Z
(24 years, 2 months ago) by
cebix
Content type:
text/plain
Branch:
MAIN, cebix
CVS Tags:
start, HEAD
Changes since
1.1
:
+0 -0 lines
Log Message:
- sources imported to CVS
File Contents
#
Content
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