TinyRaytracer
0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
include
parse.hpp
Go to the documentation of this file.
1
11
#ifndef PARSE_H
12
#define PARSE_H
13
14
#include <string>
15
#include <sstream>
16
#include <vector>
17
18
void
parseInput(
char
* argv[]);
19
20
void
parseLine(std::vector<std::string> words);
21
22
#endif
Generated by
1.9.5