aboutsummaryrefslogtreecommitdiff
path: root/c/ext.h
blob: 3f9ddbd63565a231eb4c638506b4e1fe68fed39c (plain)
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