1 2 3 4 5 6 7 8 9 10 11
#ifndef MS_DEP_LIBWEBRTC_HPP #define MS_DEP_LIBWEBRTC_HPP class DepLibWebRTC { public: static void ClassInit(); static void ClassDestroy(); }; #endif