13 lines
121 B
C++
13 lines
121 B
C++
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <glm/matrix.hpp>
|
||
|
|
||
|
namespace sim::graphics::locations
|
||
|
{
|
||
|
|
||
|
extern const glm::mat4 monitors[4];
|
||
|
|
||
|
};
|
||
|
|