mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
10 lines
103 B
C
10 lines
103 B
C
#pragma once
|
|
|
|
#ifndef LINALG_H
|
|
#define LINALG_H
|
|
|
|
#include "vec.h"
|
|
#include "mat.h"
|
|
|
|
#endif // LINALG_H
|