#pragma once namespace VLC_Wrapper { public ref class Math sealed { public: Math(); int DoSomeMath(int x, int y); }; }