10 lines
105 B
C
10 lines
105 B
C
|
|
#ifndef PARSER_H
|
|
#define PARSER_H
|
|
|
|
#include "util/refptr.h"
|
|
|
|
void parse(const char * fileName);
|
|
|
|
#endif
|