diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 14:58:43 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 14:58:43 +0000 |
| commit | 77a150f8d20f56aff7a4b4d394ea4b4857b6918c (patch) | |
| tree | ed5c99fedc8aba6d0745cd6a45767b8d97e4cec9 /sources/core/time/VSTime.java | |
| parent | d46b1369ce9361bb0ee43e7e29669940aecbdee4 (diff) | |
Time package new.
Diffstat (limited to 'sources/core/time/VSTime.java')
| -rw-r--r-- | sources/core/time/VSTime.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java new file mode 100644 index 0000000..f35c0dd --- /dev/null +++ b/sources/core/time/VSTime.java @@ -0,0 +1,6 @@ +package core; + +public interface VSTime { + public long getGlobalTime(); + public String toString(); +} |
