diff options
Diffstat (limited to 'src/externals.h')
-rw-r--r-- | src/externals.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/externals.h b/src/externals.h new file mode 100644 index 0000000..7b4aa23 --- /dev/null +++ b/src/externals.h @@ -0,0 +1,6 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. +#pragma once + +#include "externals_manual.h" |