#pragma once #ifndef ONI_H #define ONI_H void __cdecl ONiMain(int ArgCount, char *ArgList[]); #endif