fast-nuclear-sim/src/graphics/locations.hpp

13 lines
121 B
C++
Raw Normal View History

2024-01-28 00:02:54 +11:00
#pragma once
#include <glm/matrix.hpp>
namespace sim::graphics::locations
{
extern const glm::mat4 monitors[7];
2024-01-28 00:02:54 +11:00
};