diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 09:59:13 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 09:59:13 +0000 |
commit | 029ef64a7ab46187a3879bcad6f98f0ae9b16c05 (patch) | |
tree | 108d9f055fb7f9e91019a1045cdd848032a3d34b /otherlibs/labltk/example/tetris.ml | |
parent | 8207892eb71e3f072602f7d222c037b76f70fed3 (diff) |
add cvs string
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2695 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/example/tetris.ml')
-rw-r--r-- | otherlibs/labltk/example/tetris.ml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/otherlibs/labltk/example/tetris.ml b/otherlibs/labltk/example/tetris.ml index 7f9087243..580e7c82b 100644 --- a/otherlibs/labltk/example/tetris.ml +++ b/otherlibs/labltk/example/tetris.ml @@ -12,8 +12,10 @@ (* *) (*************************************************************************) -(* tetris.ml : a Tetris game for LablTk *) -(* written by Jun P. Furuse *) +(* $Id$ *) + +(* A Tetris game for LablTk *) +(* written by Jun P. Furuse *) open Tk |