Cavestory Mod API
CavestoryModAPI.h
Go to the documentation of this file.
1 /*
2  Cavestory
3 
4  The original code and assets belongs to Daisuke "Pixel" Amaya.
5 
6  Cavestory Engine 2
7 
8  Copyright (c) 2019 Regan "cuckydev" Green
9  Copyright (c) 2019-2020 Clownacy
10  Copyright (c) 2019-2020 Gabriel Ravier
11  Copyright (c) 2020 Cameron Cawley
12 
13  Cavestory Multiplayer
14 
15  Copyright (c) 2021 Johnny "Clay Hanson" Ledger
16 
17  THIS PROJECT CONTAINS PROPRIETARY CODE AND ASSETS.
18  THIS IS NOT FREE/LIBRE SOFTWARE OR OPEN-SOURCE SOFTWARE.
19  USE AT YOUR OWN RISK.
20 
21  This software is provided 'as-is', without any express or implied
22  warranty. In no event will the authors be held liable for any damages
23  arising from the use of this software.
24 
25  Permission is granted to anyone to use this software for any purpose,
26  including commercial applications, and to alter it and redistribute it
27  freely, subject to the following restrictions:
28 
29  1. The origin of this software must not be misrepresented; you must not
30  claim that you wrote the original software. If you use this software
31  in a product, an acknowledgment in the product documentation would be
32  appreciated but is not required.
33  2. Altered source versions must be plainly marked as such, and must not be
34  misrepresented as being the original software.
35  3. This notice may not be removed or altered from any source distribution.
36 */
37 
42 #ifndef CAVESTORY_MOD_API_H_
43 #define CAVESTORY_MOD_API_H_
44 
45 #include <memory>
46 
47 #include <CaveNet_Config.h>
48 #include <CSMAPI_defines.h>
49 #include <CSMAPI_math.h>
50 #include <CSMAPI_enums.h>
51 #include <CSMAPI_types.h>
52 #include <CSMAPI_functions.h>
53 #include <CSMAPI_drawing.h>
54 #include <CSMAPI_SourceRects.h>
56 #include <CSMAPI_MessageBoxMode.h>
58 #include <CaveNet_ExportedTypes.h>
59 
60 #endif // CAVESTORY_MOD_API_H_