1 2 3 4 5 6 7 8
#ifndef EXT_H #define EXT_H bool OpenOnline(int iEp); bool OpenWiki(int iEp); bool OpenLocally(int iEp); #endif