X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95feb132f19f217aca643014012a53eb2cf6ef07..96cf494de2698bb505861ada5a267ef2ad03f054:/include/simgrid.h diff --git a/include/simgrid.h b/include/simgrid.h new file mode 100644 index 0000000000..957f2c7273 --- /dev/null +++ b/include/simgrid.h @@ -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 + +#include +#include +#include +#include +#include + + +// SG_BEGIN_DECL() +// nothing +// SG_END_DECL() + +#endif /* SG_PLATF_H */