#ifndef _MAIN_H_ #define _MAIN_H_ #include #include /* Main */ #ifdef __cplusplus extern "C" { #endif //! C wrapper for our C++ functions int Menu_Main(int argc, char **argv); void loadElf(const char * elfPath); #ifdef __cplusplus } #endif #endif