Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a public header giving access to all of our APIs in one include only
[simgrid.git] / include / simgrid.h
diff --git a/include/simgrid.h b/include/simgrid.h
new file mode 100644 (file)
index 0000000..957f2c7
--- /dev/null
@@ -0,0 +1,24 @@
+/* simgrid.h - Public interface all SimGrid APIs                            */
+
+/* Copyright (c) 2014. The SimGrid Team. All rights reserved.               */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#ifndef SIMGRID_H
+#define SIMGRID_H
+
+#include <xbt.h>
+
+#include <simgrid/datatypes.h>
+#include <simgrid/modelchecker.h>
+#include <simgrid/platf_generator.h>
+#include <simgrid/platf.h>
+#include <simgrid/simix.h>
+
+
+// SG_BEGIN_DECL()
+// nothing
+// SG_END_DECL()
+
+#endif                          /* SG_PLATF_H */