libsbml-draw
SagittariusCore.h
Go to the documentation of this file.
1 /* MIT License
2  */
3 
4 //== FILEDOC =========================================================================
5 
13 //== BEGINNING OF CODE ===============================================================
14 
15 #ifndef __SAGITTARIUS__SAGITTARIUS_CORE__H_
16 #define __SAGITTARIUS__SAGITTARIUS_CORE__H_
17 
18 //== INCLUDES ========================================================================
19 
20 #include "SagittariusConfigure.h"
21 #include "SagittariusCommon.h"
22 #include "SagittariusAssert.h"
23 #include "BaseWORDs.h"
24 #ifdef __cplusplus
25  #include "SagittariusException.hpp"
26 #endif
27 
28 
29 
30 #endif
Common required definitions.