mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
5 lines
66 B
C
5 lines
66 B
C
#pragma once
|
|
#include "gl.h"
|
|
|
|
extern const GLfloat srgb_lut[256];
|