mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 06:55:02 +01:00
11 lines
146 B
C++
11 lines
146 B
C++
#pragma once
|
|
|
|
#include "ubo.h"
|
|
#include "utilities/Globals.h"
|
|
|
|
namespace gl
|
|
{
|
|
extern std::string glsl_common;
|
|
void glsl_common_setup();
|
|
}
|