summaryrefslogtreecommitdiff
path: root/session.h
blob: 48a6257535e7ebfe54e120d647f1d951f67589db (plain)
1
2
3
4
#include <stdio.h>

/* Starts a god words session using a inputted dictionary file */
void startSession (FILE *dictionary);