#ifndef CPxCpuDispatcher_H #define CPxCpuDispatcher_H #ifdef __cplusplus extern "C" { #endif struct CPxCpuDispatcher { void* obj; }; #ifdef __cplusplus } #endif #endif // !PxCpuDispatcher_H