dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Old feature extraction method
Joseph Redmon
2014-04-17
ec16ee612f8386d69176d02bf4147abaaec0fd00
[~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