BRL-CAD
tclcad.h
Go to the documentation of this file.
1/* T C L C A D . H
2 * BRL-CAD
3 *
4 * Copyright (c) 2004-2023 United States Government as represented by
5 * the U.S. Army Research Laboratory.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * version 2.1 as published by the Free Software Foundation.
10 *
11 * This library is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this file; see the file named COPYING for more
18 * information.
19 */
20/** @addtogroup libtclcad */
21/** @{ */
22/** @file tclcad.h
23 *
24 * @brief
25 * Header file for the BRL-CAD TclCAD Library, LIBTCLCAD.
26 *
27 * This library contains convenience routines for preparing and
28 * initializing Tcl.
29 *
30 */
31
32#ifndef TCLCAD_H
33#define TCLCAD_H
34
35#include "common.h"
36
37__BEGIN_DECLS
38
39#include "tclcad/defines.h"
40#include "tclcad/draw.h"
41#include "tclcad/misc.h"
42#include "tclcad/setup.h"
43
44__END_DECLS
45
46#endif /* TCLCAD_H */
47/** @} */
48/*
49 * Local Variables:
50 * mode: C
51 * tab-width: 8
52 * indent-tabs-mode: t
53 * c-file-style: "stroustrup"
54 * End:
55 * ex: shiftwidth=4 tabstop=8
56 */
Header file for the BRL-CAD common definitions.
Drawing header file for the BRL-CAD TclCAD Library, LIBTCLCAD.
Setup header file for the BRL-CAD TclCAD Library, LIBTCLCAD.
Definitions header file for the BRL-CAD TclCAD Library, LIBTCLCAD.
Miscellaneous header file for the BRL-CAD TclCAD Library, LIBTCLCAD.