aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/manual/glf-enum-manualCoded.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-06-18 23:34:31 +0000
committerSven Gothel <[email protected]>2001-06-18 23:34:31 +0000
commit255908bf19515af5c3770cd304eece10f95b6ba8 (patch)
tree1e9cb3a5efb5380e811fd7f0f7d900fbcc32c5ba /C2J/manual/glf-enum-manualCoded.java
parentcc7376ee5616743cdd7b7a5c711f054b32ae8e4e (diff)
2.8.0.0 pre-release cvs only
Diffstat (limited to 'C2J/manual/glf-enum-manualCoded.java')
-rw-r--r--C2J/manual/glf-enum-manualCoded.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/C2J/manual/glf-enum-manualCoded.java b/C2J/manual/glf-enum-manualCoded.java
new file mode 100644
index 0000000..b09d115
--- /dev/null
+++ b/C2J/manual/glf-enum-manualCoded.java
@@ -0,0 +1,17 @@
+/**
+ * @(#) GLFEnum.java
+ */
+
+
+package gl4java.utils.glf;
+
+/**
+ * The base interface for GLF enumerates,
+ * which provides you all the C-API style enumerates
+ *
+ * @version 1.00, 23. Mai 2001
+ * @author Sven Goethel
+ */
+public interface GLFEnum
+{
+