dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Working?
Joseph Redmon
2013-12-03
0d6bb5d44d8e815ebf6ccce1dae2f83178780e7b
[~speedprog/mtg/mtg_card_detector.git]
/
src
/
parser.h
1
2
3
4
5
6
7
#ifndef PARSER_H
#define PARSER_H
#include "network.h"
network parse_network_cfg(char *filename);
#endif