BamTools 2.5.2
Loading...
Searching...
No Matches
api_global.h
Go to the documentation of this file.
1// ***************************************************************************
2// api_global.h (c) 2010 Derek Barnett
3// Marth Lab, Department of Biology, Boston College
4// ---------------------------------------------------------------------------
5// Last modified: 19 November 2010 (DB)
6// ---------------------------------------------------------------------------
7// Provides macros for exporting & importing BamTools API library symbols
8// ***************************************************************************
9
10#ifndef API_GLOBAL_H
11#define API_GLOBAL_H
12
13#include "api/bamtools_api_export.h"
14#include "shared/bamtools_global.h"
15
16#endif // API_GLOBAL_H