14 lines
221 B
C
14 lines
221 B
C
|
/*
|
||
|
* Created by Brett Terpstra 6920201 on 17/10/22.
|
||
|
* Copyright (c) 2022 Brett Terpstra. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef STEP_2_GLOBALS_H
|
||
|
#define STEP_2_GLOBALS_H
|
||
|
|
||
|
namespace Raytracing {
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif //STEP_2_GLOBALS_H
|