mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Refactored functionality into separate files
This commit is contained in:
9
linalg/linalg.h
Normal file
9
linalg/linalg.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef LINALG_H
|
||||
#define LINALG_H
|
||||
|
||||
#include "vec.h"
|
||||
#include "mat.h"
|
||||
|
||||
#endif // LINALG_H
|
||||
Reference in New Issue
Block a user