Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/MD_package/MDHeaders.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (show annotations) (download) (as text)
Wed May 4 05:49:49 2016 UTC (8 years ago) by toshinagata1964
File MIME type: text/x-chdr
File size: 1176 byte(s)
The build script is modified so that the copyright description is updated on Deployment build.
1 /*
2 MDHeaders.h
3 Created by Toshi Nagata, 2000.11.23.
4
5 Copyright (c) 2000-2016 Toshi Nagata. All rights reserved.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation version 2 of the License.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 */
16
17 #ifndef __MDHeaders__
18 #define __MDHeaders__
19
20 #ifndef __MDCommon__
21 #include "MDCommon.h"
22 #endif
23
24 #ifndef __MDEvent__
25 #include "MDEvent.h"
26 #endif
27
28 #ifndef __MDTrack__
29 #include "MDTrack.h"
30 #endif
31
32 #ifndef __MDSequence__
33 #include "MDSequence.h"
34 #endif
35
36 #ifndef __MDCalibrator__
37 #include "MDCalibrator.h"
38 #endif
39
40 #ifndef __MDUtility__
41 #include "MDUtility.h"
42 #endif
43
44 #ifndef __IntGroup_h__
45 #include "IntGroup.h"
46 #endif
47
48 #ifndef __MDPlayer__
49 #include "MDPlayer.h"
50 #endif
51
52 #ifndef __MDAudio__
53 #include "MDAudio.h"
54 #endif
55
56 #ifdef __cplusplus
57 extern "C" {
58 #endif
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif /* __MDHeaders__ */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26