dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Imagenet Features\!
Joseph Redmon
2014-02-24
bc902b277e9131cc169751056786de5393da737d
[~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