The Original CHomP Software
mw_wxwin.h
Go to the documentation of this file.
1
3
18
19// Copyright (C) 1997-2020 by Pawel Pilarczyk.
20//
21// This file is part of my research software package. This is free software:
22// you can redistribute it and/or modify it under the terms of the GNU
23// General Public License as published by the Free Software Foundation,
24// either version 3 of the License, or (at your option) any later version.
25//
26// This software is distributed in the hope that it will be useful,
27// but WITHOUT ANY WARRANTY; without even the implied warranty of
28// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29// GNU General Public License for more details.
30//
31// You should have received a copy of the GNU General Public License
32// along with this software; see the file "license.txt". If not,
33// please, see <https://www.gnu.org/licenses/>.
34
35// Started on August 10, 2004. Last revision: November 29, 2007.
36
37
38#ifndef _CHOMP_MULTIWORK_MW_WXWIN_H_
39#define _CHOMP_MULTIWORK_MW_WXWIN_H_
40
43
44namespace chomp {
45namespace multiwork {
46
47
48} // namespace multiwork
49} // namespace chomp
50
51#endif // _CHOMP_MULTIWORK_MW_WXWIN_H_
52
54
This file contains the basic configuration of the MultiWork module, mainly as a definition of a serie...
This file contains the definition of some low-level functions for the TCP/IP streams communication an...
This namespace contains the entire CHomP library interface.
Definition: bitmaps.h:51