Skip to content

Commit

Permalink
Made an api header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Samith Bysani committed Jan 4, 2009
1 parent c94a482 commit 4813302
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/base/bang.h
@@ -0,0 +1,15 @@
/**
* \file bang.h
* \author Nikhil Bysani
* \date January 3, 2009
*
* \brief Used for applications to access the BANG library.
*/
#ifndef __BANG_H
#define __BANG_H
#include"bang-types.h"
#include"bang-core.h"
#include"bang-signals.h"
#include"bang-net.h"
#include"bang-module.h"
#endif

0 comments on commit 4813302

Please sign in to comment.