diff options
author | Sven Gothel <[email protected]> | 2001-06-18 23:34:31 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-18 23:34:31 +0000 |
commit | 255908bf19515af5c3770cd304eece10f95b6ba8 (patch) | |
tree | 1e9cb3a5efb5380e811fd7f0f7d900fbcc32c5ba /C2J/manual/glf-enum-manualCoded.java | |
parent | cc7376ee5616743cdd7b7a5c711f054b32ae8e4e (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.java | 17 |
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 +{ + |