diff options
Diffstat (limited to 'Tests/VSExternalInclude/Lib2/lib2.h')
-rw-r--r-- | Tests/VSExternalInclude/Lib2/lib2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/VSExternalInclude/Lib2/lib2.h b/Tests/VSExternalInclude/Lib2/lib2.h new file mode 100644 index 0000000..48bda46 --- /dev/null +++ b/Tests/VSExternalInclude/Lib2/lib2.h @@ -0,0 +1,10 @@ + + +#ifndef LIB2_HPP +#define LIB2_HPP + +#include "lib1.h" + +int add1_and_mult2(int num); + +#endif |