aboutsummaryrefslogtreecommitdiff
path: root/c/ext.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-22 22:22:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-22 22:22:29 +0200
commit5d0979480ff50390b3883795ec2093e0d3d6193b (patch)
tree34a5fc5d18cb2d9cc87c01e6eb2eb40e0f3d5050 /c/ext.h
parent8566655b85f0a4e515d57f6686636db516116f95 (diff)
downloadEpisodeBrowser-5d0979480ff50390b3883795ec2093e0d3d6193b.tar.gz
Open episodes without Prolog.
Diffstat (limited to 'c/ext.h')
-rw-r--r--c/ext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/ext.h b/c/ext.h
new file mode 100644
index 0000000..3f9ddbd
--- /dev/null
+++ b/c/ext.h
@@ -0,0 +1,8 @@
+#ifndef EXT_H
+#define EXT_H
+
+bool OpenOnline(int iEp);
+bool OpenWiki(int iEp);
+bool OpenLocally(int iEp);
+
+#endif