mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
add dummy parse for lights
This commit is contained in:
parent
df913780ea
commit
4c70c18672
1 changed files with 6 additions and 0 deletions
6
src/Parser.h
Normal file
6
src/Parser.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef PARSER_H_
|
||||
#define PARSER_H_
|
||||
|
||||
class Parser {};
|
||||
|
||||
#endif // !PARSER_H_
|
Loading…
Add table
Add a link
Reference in a new issue