diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-11 12:55:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-11 12:55:48 +0200 |
commit | 20a26f01a43c758755159eb0d991b27c83dbae66 (patch) | |
tree | 8b87a300f799c5e70be260d2f598c38c265af4a0 | |
parent | 63229f465aaea8dd5553814535220817319a64f5 (diff) |
Add header to .cli file
Treat it as C++ to get some syntax highlighting.
-rw-r--r-- | brep/options.cli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/brep/options.cli b/brep/options.cli index 8da666f..da707a0 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -1,3 +1,7 @@ +// file : brep/options.cli -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + include <string>; include <cstdint>; |