#ifndef __SDK_HEADER__ #define __SDK_HEADER__ #pragma once class CSDK { public: CSDK(void); ~CSDK(void); }; #endif