mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 15:31:59 +00:00
6 lines
76 B
C++
6 lines
76 B
C++
#ifndef PARSER_H_
|
|
#define PARSER_H_
|
|
|
|
class Parser {};
|
|
|
|
#endif // !PARSER_H_
|