#ifndef EP_BUFFER_HPP_INCLUDED #define EP_BUFFER_HPP_INCLUDED #ifdef _usingEP namespace ep_lib { struct BUFFER { void * void_buffer[12]; }; } #endif #endif // EP_BUFFER_HPP_INCLUDED