mpw/mpw/mpw_internal.h

16 lines
187 B
C
Raw Normal View History

2013-02-16 20:37:37 +00:00
#ifndef __MPW_INTERNAL_H__
#define __MPW_INTERNAL_H__
#include <vector>
namespace MPW
{
namespace Internal
{
// for dup counts, etc.
extern std::vector<int> FDTable;
}
}
#endif