#ifndef SCANNER_H #define SCANNER_H namespace lvox { class __declspec(dllexport) Scanner { public: Scanner(); }; } #endif // SCANNER_H